diff options
author | dgp <dgp@users.sourceforge.net> | 2022-10-28 15:15:03 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2022-10-28 15:15:03 (GMT) |
commit | eadd3b5f08832d7d4ac7be519985b1977f70623b (patch) | |
tree | 36ed77a2a546e82fb6a3ad2198ef4a0dc29e75d8 /win | |
parent | 543e0a6a53daff64a6031806b8452b7c02929814 (diff) | |
download | tk-eadd3b5f08832d7d4ac7be519985b1977f70623b.zip tk-eadd3b5f08832d7d4ac7be519985b1977f70623b.tar.gz tk-eadd3b5f08832d7d4ac7be519985b1977f70623b.tar.bz2 |
Make sure `make distclean` clears away any tkUuid.h file in build area.
Diffstat (limited to 'win')
-rw-r--r-- | win/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 7903efc..2b7c2f1 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -732,7 +732,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 |