diff options
author | Kevin Walzer <kw@codebykevin.com> | 2014-12-13 02:50:07 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2014-12-13 02:50:07 (GMT) |
commit | b0d4be1426484422434b5b44f0ccdc6ee3d613c5 (patch) | |
tree | 9591787dbcc9953ad0295121ea51a6009b410d6e | |
parent | 1e6f6d54a987ed1bcde041eac5d702960b163515 (diff) | |
download | tcl-b0d4be1426484422434b5b44f0ccdc6ee3d613c5.zip tcl-b0d4be1426484422434b5b44f0ccdc6ee3d613c5.tar.gz tcl-b0d4be1426484422434b5b44f0ccdc6ee3d613c5.tar.bz2 |
Add header install flag to OS X GNUMakefile; thanks to Stephan Houben for patch
-rw-r--r-- | macosx/GNUmakefile | 2 |
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 |