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 | 2f8ea1be7c95d40944c24fc6c432e0bbbd73ebe3 (patch) | |
tree | 9591787dbcc9953ad0295121ea51a6009b410d6e | |
parent | 704532c57a71d3fbf3bb41e8de6896c3da9b01b6 (diff) | |
download | tcl-2f8ea1be7c95d40944c24fc6c432e0bbbd73ebe3.zip tcl-2f8ea1be7c95d40944c24fc6c432e0bbbd73ebe3.tar.gz tcl-2f8ea1be7c95d40944c24fc6c432e0bbbd73ebe3.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 |