summaryrefslogtreecommitdiffstats
path: root/macosx
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)
commit59cb45cc1611009330228462969fc508b57498bd (patch)
tree6ace7663b43540c23bae8ff55de9fca19fa58555 /macosx
parent0318c256ed138f9071970d36219d69e053d8da50 (diff)
downloadtcl-59cb45cc1611009330228462969fc508b57498bd.zip
tcl-59cb45cc1611009330228462969fc508b57498bd.tar.gz
tcl-59cb45cc1611009330228462969fc508b57498bd.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 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