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)
commitb0d4be1426484422434b5b44f0ccdc6ee3d613c5 (patch)
tree9591787dbcc9953ad0295121ea51a6009b410d6e /macosx
parent1e6f6d54a987ed1bcde041eac5d702960b163515 (diff)
downloadtcl-b0d4be1426484422434b5b44f0ccdc6ee3d613c5.zip
tcl-b0d4be1426484422434b5b44f0ccdc6ee3d613c5.tar.gz
tcl-b0d4be1426484422434b5b44f0ccdc6ee3d613c5.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