summaryrefslogtreecommitdiffstats
path: root/macosx
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)
commit02bc90d8c7191b4819492e5bf0667a5cb384a645 (patch)
treed53cd0e5e0f2eabad18e860a790cdcaa93bb8c2a /macosx
parentb9a9261bbab10a7aafec70649ea9995057c0c0b8 (diff)
downloadtcl-02bc90d8c7191b4819492e5bf0667a5cb384a645.zip
tcl-02bc90d8c7191b4819492e5bf0667a5cb384a645.tar.gz
tcl-02bc90d8c7191b4819492e5bf0667a5cb384a645.tar.bz2
Revert use of the install-headers target. Tcl 8.5 has no such target.
Diffstat (limited to 'macosx')
-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