summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-23 10:34:30 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-23 10:34:30 (GMT)
commit259182ceab7c7dda4a411f2fa1ea2475ad7e27d9 (patch)
treeff57d67af70a11768c46300f5c9cf48874046f2c /unix/Makefile.in
parentd4a64875316ecb1f08bec663fba75aa4ff5a7a2a (diff)
downloadtk-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.in4
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