diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-07-23 10:34:30 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-07-23 10:34:30 (GMT) |
commit | 259182ceab7c7dda4a411f2fa1ea2475ad7e27d9 (patch) | |
tree | ff57d67af70a11768c46300f5c9cf48874046f2c /unix/Makefile.in | |
parent | d4a64875316ecb1f08bec663fba75aa4ff5a7a2a (diff) | |
download | tk-259182ceab7c7dda4a411f2fa1ea2475ad7e27d9.zip tk-259182ceab7c7dda4a411f2fa1ea2475ad7e27d9.tar.gz tk-259182ceab7c7dda4a411f2fa1ea2475ad7e27d9.tar.bz2 |
Don't bother compat/stdlib.h and compat/unistd.h any more: All currently supported compilers have compatible versions of those header files, even MSVC 6.0.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 1f5db9e..787a2aa 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1645,9 +1645,7 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in $(UNIX_DIR)/tk.pc.in $(MAC $(MAC_OSX_DIR)/Tk.xcodeproj/default.pbxuser \ $(DISTDIR)/macosx/Tk.xcodeproj $(INSTALL_DATA_DIR) $(DISTDIR)/compat - $(DIST_INSTALL_DATA) $(TOP_DIR)/license.terms $(TCLDIR)/compat/unistd.h \ - $(TCLDIR)/compat/stdlib.h \ - $(DISTDIR)/compat + $(DIST_INSTALL_DATA) $(TOP_DIR)/license.terms $(DISTDIR)/compat $(INSTALL_DATA_DIR) $(DISTDIR)/xlib $(DIST_INSTALL_DATA) $(XLIB_DIR)/*.[ch] $(DISTDIR)/xlib $(DIST_INSTALL_DATA) $(TOP_DIR)/license.terms $(DISTDIR)/xlib |