summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-06-29 09:07:35 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-06-29 09:07:35 (GMT)
commit54d2d41c0c0653596d3d9156e4960660b683826c (patch)
treeeee0237c321d6b0626e2a0478d95890d63b12e94 /unix/Makefile.in
parent7f6f8a4c12e2bdd95b3de313a9fa8e179518631a (diff)
downloadtk-54d2d41c0c0653596d3d9156e4960660b683826c.zip
tk-54d2d41c0c0653596d3d9156e4960660b683826c.tar.gz
tk-54d2d41c0c0653596d3d9156e4960660b683826c.tar.bz2
Fix "make dist"
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 4e5db6d..74c17bb 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -1551,7 +1551,7 @@ $(TOP_DIR)/manifest.uuid:
printf "git." >$(TOP_DIR)/manifest.uuid
git rev-parse HEAD >>$(TOP_DIR)/manifest.uuid
-dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in $(UNIX_DIR)/tk.pc.in $(MAC_OSX_DIR)/configure $(TOP_DIR)/doc/man.macros $(TOP_DIR)/manifest.uuid genstubs
+dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in $(UNIX_DIR)/tk.pc.in $(MAC_OSX_DIR)/configure $(TOP_DIR)/doc/man.macros $(TOP_DIR)/manifest.uuid
rm -rf $(DISTDIR)
mkdir -p $(DISTDIR)/unix
cp -p $(TOP_DIR)/manifest.uuid $(DISTDIR)