summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2022-10-28 15:32:15 (GMT)
committerdgp <dgp@users.sourceforge.net>2022-10-28 15:32:15 (GMT)
commitc7312ba4cabf8d419c0b6b22106c5d43457c6881 (patch)
treea57f42ec689a65393d0a5e51ae0a17706310c7a4
parentcf51682d0a95396d8744118a9fab22abde952549 (diff)
parenteadd3b5f08832d7d4ac7be519985b1977f70623b (diff)
downloadtk-c7312ba4cabf8d419c0b6b22106c5d43457c6881.zip
tk-c7312ba4cabf8d419c0b6b22106c5d43457c6881.tar.gz
tk-c7312ba4cabf8d419c0b6b22106c5d43457c6881.tar.bz2
merge 8.6
-rw-r--r--unix/Makefile.in2
-rw-r--r--win/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 9969c54..9373f7e 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -990,7 +990,7 @@ clean:
distclean: clean
rm -rf Makefile config.status config.cache config.log tkConfig.sh \
- tkConfig.h *.plist Tk.framework tk.pc
+ tkConfig.h *.plist Tk.framework tk.pc tkUuid.h
depend:
makedepend -- $(DEPEND_SWITCHES) -- $(SRCS)
diff --git a/win/Makefile.in b/win/Makefile.in
index 26f57bc..0550811 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -831,7 +831,7 @@ clean: cleanhelp
distclean: clean
$(RM) Makefile config.status config.cache config.log tkConfig.sh \
- wish.exe.manifest
+ wish.exe.manifest tkUuid.h
Makefile: $(SRC_DIR)/Makefile.in
./config.status