diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2015-02-05 22:26:58 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2015-02-05 22:26:58 (GMT) |
commit | 8e9e78d52fa9ba2522f175585e3299f03c5b82d0 (patch) | |
tree | fd2d0c47bc7f3a6d897ad98ded8ad583a8cb7f84 /macosx/GNUmakefile | |
parent | b15c525eedc93a453dfea94482bc1198e27748fc (diff) | |
parent | bedea5a5c74e0fb7f66c572836dc4d98a3285147 (diff) | |
download | tk-8e9e78d52fa9ba2522f175585e3299f03c5b82d0.zip tk-8e9e78d52fa9ba2522f175585e3299f03c5b82d0.tar.gz tk-8e9e78d52fa9ba2522f175585e3299f03c5b82d0.tar.bz2 |
Merge updates from core-8-5-branch.bindScriptCount
Diffstat (limited to 'macosx/GNUmakefile')
-rw-r--r-- | macosx/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/GNUmakefile b/macosx/GNUmakefile index 333961c..f3299e2 100644 --- a/macosx/GNUmakefile +++ b/macosx/GNUmakefile @@ -132,7 +132,7 @@ wish := ${wish}-X11 override EMBEDDED_BUILD := endif -INSTALL_TARGETS = install-binaries install-libraries +INSTALL_TARGETS = install-binaries install-headers install-libraries ifeq (${EMBEDDED_BUILD},) INSTALL_TARGETS += install-private-headers install-demos endif |