summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2015-03-24 19:13:10 (GMT)
committerdgp <dgp@noemail.net>2015-03-24 19:13:10 (GMT)
commit74d8c247e0e39ce2a151236ed4c245575e0aaf0e (patch)
treeb5bae340eed26502e2261af9d5f190b6893f1b2d /unix/Makefile.in
parent9330fb9da608290b4a99a1f653530c3743b16d1c (diff)
downloadtk-74d8c247e0e39ce2a151236ed4c245575e0aaf0e.zip
tk-74d8c247e0e39ce2a151236ed4c245575e0aaf0e.tar.gz
tk-74d8c247e0e39ce2a151236ed4c245575e0aaf0e.tar.bz2
Purge configuration efforts at supporting platforms lacking <limits.h>.
FossilOrigin-Name: 22256943ebf051bd38773988ad00e87d783ce275
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index f21fdbb..0736055 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -1608,7 +1608,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in $(UNIX_DIR)/tk.pc.in $(M
$(DISTDIR)/macosx/Tk.xcodeproj
mkdir $(DISTDIR)/compat
cp -p $(TOP_DIR)/license.terms $(TCLDIR)/compat/unistd.h \
- $(TCLDIR)/compat/stdlib.h $(TCLDIR)/compat/limits.h \
+ $(TCLDIR)/compat/stdlib.h \
$(DISTDIR)/compat
mkdir $(DISTDIR)/xlib
cp -p $(XLIB_DIR)/*.[ch] $(DISTDIR)/xlib