diff options
author | dgp <dgp@users.sourceforge.net> | 2015-03-24 19:13:10 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2015-03-24 19:13:10 (GMT) |
commit | e450f5762837d46e9c72791b8af7361838364291 (patch) | |
tree | b5bae340eed26502e2261af9d5f190b6893f1b2d /unix/Makefile.in | |
parent | e376bb72e8ff45dbe2d1754b98b28b4dfa1015c1 (diff) | |
download | tk-e450f5762837d46e9c72791b8af7361838364291.zip tk-e450f5762837d46e9c72791b8af7361838364291.tar.gz tk-e450f5762837d46e9c72791b8af7361838364291.tar.bz2 |
Purge configuration efforts at supporting platforms lacking <limits.h>.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 2 |
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 |