summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2015-01-02 15:19:23 (GMT)
committerdgp <dgp@users.sourceforge.net>2015-01-02 15:19:23 (GMT)
commit42c1a1e15a94212b34ff9baa9b0f02622acece5d (patch)
treed53cd0e5e0f2eabad18e860a790cdcaa93bb8c2a
parent13667e8096fd5ac12f24949644396d9eb0a12620 (diff)
downloadtcl-42c1a1e15a94212b34ff9baa9b0f02622acece5d.zip
tcl-42c1a1e15a94212b34ff9baa9b0f02622acece5d.tar.gz
tcl-42c1a1e15a94212b34ff9baa9b0f02622acece5d.tar.bz2
Revert use of the install-headers target. Tcl 8.5 has no such target.
-rw-r--r--macosx/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/GNUmakefile b/macosx/GNUmakefile
index 3598b3a..7d19fc6 100644
--- a/macosx/GNUmakefile
+++ b/macosx/GNUmakefile
@@ -100,7 +100,7 @@ INSTALL_TARGET := install
export CPPROG := cp -p
-INSTALL_TARGETS = install-binaries install-headers install-libraries
+INSTALL_TARGETS = install-binaries install-libraries
ifeq (${EMBEDDED_BUILD},)
INSTALL_TARGETS += install-private-headers
endif