diff options
author | welch <welch> | 1998-07-24 22:20:52 (GMT) |
---|---|---|
committer | welch <welch> | 1998-07-24 22:20:52 (GMT) |
commit | c11f8ea0a6d484a4a64597013de3d21cd86ed8de (patch) | |
tree | d633c22034707b7ba9418cbd3f5d3dc15e9f0782 | |
parent | 1d379b3c51710e91653514e35f2c23106654be10 (diff) | |
download | tcl-c11f8ea0a6d484a4a64597013de3d21cd86ed8de.zip tcl-c11f8ea0a6d484a4a64597013de3d21cd86ed8de.tar.gz tcl-c11f8ea0a6d484a4a64597013de3d21cd86ed8de.tar.bz2 |
*** empty log message ***
-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 0ecf5cd..6071a3e 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -845,7 +845,7 @@ dist: $(UNIX_DIR)/configure mkdir $(DISTDIR) mkdir $(DISTDIR)/unix cp -p $(UNIX_DIR)/*.c $(UNIX_DIR)/*.h $(DISTDIR)/unix - rm -f $(DISTDIR)/unix/bp.c $(DISTDIR)/unix/tclXtNotify.c + rm -f $(DISTDIR)/unix/bp.c cp $(UNIX_DIR)/Makefile.in $(DISTDIR)/unix chmod 664 $(DISTDIR)/unix/Makefile.in cp $(UNIX_DIR)/configure $(UNIX_DIR)/configure.in \ |