summaryrefslogtreecommitdiffstats
path: root/macosx/GNUmakefile
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)
commit93dbe714cd6d9348302c7bfb6c3380b0ef868b8a (patch)
tree6ace7663b43540c23bae8ff55de9fca19fa58555 /macosx/GNUmakefile
parent9758b090ed8606407743ef8b7b109f2c252ba52b (diff)
downloadtcl-93dbe714cd6d9348302c7bfb6c3380b0ef868b8a.zip
tcl-93dbe714cd6d9348302c7bfb6c3380b0ef868b8a.tar.gz
tcl-93dbe714cd6d9348302c7bfb6c3380b0ef868b8a.tar.bz2
Add header install flag to OS X GNUMakefile; thanks to Stephan Houben for patch
Diffstat (limited to 'macosx/GNUmakefile')
-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