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 | 42c1a1e15a94212b34ff9baa9b0f02622acece5d (patch) | |
tree | d53cd0e5e0f2eabad18e860a790cdcaa93bb8c2a | |
parent | 13667e8096fd5ac12f24949644396d9eb0a12620 (diff) | |
download | tcl-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/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 |