summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2014-12-13 02:47:25 (GMT)
committerKevin Walzer <kw@codebykevin.com>2014-12-13 02:47:25 (GMT)
commit9a408f155b3e82b86963de881e325c7a126cf81c (patch)
tree6ace7663b43540c23bae8ff55de9fca19fa58555
parent4d57c54ca861623f57e9822528a185ded18c92b1 (diff)
downloadtcl-9a408f155b3e82b86963de881e325c7a126cf81c.zip
tcl-9a408f155b3e82b86963de881e325c7a126cf81c.tar.gz
tcl-9a408f155b3e82b86963de881e325c7a126cf81c.tar.bz2
Add header install flag to OS X GNUMakefile; thanks to Stephan Houben for patch
-rw-r--r--macosx/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/GNUmakefile b/macosx/GNUmakefile
index d7b0d1d..54eea8e 100644
--- a/macosx/GNUmakefile
+++ b/macosx/GNUmakefile
@@ -100,7 +100,7 @@ INSTALL_TARGET := install
export CPPROG := cp -p
-INSTALL_TARGETS = install-binaries install-libraries
+INSTALL_TARGETS = install-binaries install-headers install-libraries
ifeq (${EMBEDDED_BUILD},)
INSTALL_TARGETS += install-private-headers
endif