summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2014-12-13 02:50:07 (GMT)
committerKevin Walzer <kw@codebykevin.com>2014-12-13 02:50:07 (GMT)
commit2f8ea1be7c95d40944c24fc6c432e0bbbd73ebe3 (patch)
tree9591787dbcc9953ad0295121ea51a6009b410d6e /macosx
parent704532c57a71d3fbf3bb41e8de6896c3da9b01b6 (diff)
downloadtcl-2f8ea1be7c95d40944c24fc6c432e0bbbd73ebe3.zip
tcl-2f8ea1be7c95d40944c24fc6c432e0bbbd73ebe3.tar.gz
tcl-2f8ea1be7c95d40944c24fc6c432e0bbbd73ebe3.tar.bz2
Add header install flag to OS X GNUMakefile; thanks to Stephan Houben for patch
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 7d19fc6..3598b3a 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