diff options
author | dgp <dgp@users.sourceforge.net> | 2015-01-02 15:19:23 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2015-01-02 15:19:23 (GMT) |
commit | 02bc90d8c7191b4819492e5bf0667a5cb384a645 (patch) | |
tree | d53cd0e5e0f2eabad18e860a790cdcaa93bb8c2a /macosx | |
parent | b9a9261bbab10a7aafec70649ea9995057c0c0b8 (diff) | |
download | tcl-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/GNUmakefile | 2 |
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 |