diff options
author | griffin <briang42@easystreet.net> | 2022-11-01 03:18:39 (GMT) |
---|---|---|
committer | griffin <briang42@easystreet.net> | 2022-11-01 03:18:39 (GMT) |
commit | c5bb0bc3394390a4c44b700ca785d705e426bf41 (patch) | |
tree | 4a40d33d9fda10a418c41441760ab9cd48d8995c /unix/Makefile.in | |
parent | 028b789aeccfe21a87c0e27fb1fc1af9b972d120 (diff) | |
parent | 026e32d86a8119bac99953394dffdfd5a80665e9 (diff) | |
download | tcl-c5bb0bc3394390a4c44b700ca785d705e426bf41.zip tcl-c5bb0bc3394390a4c44b700ca785d705e426bf41.tar.gz tcl-c5bb0bc3394390a4c44b700ca785d705e426bf41.tar.bz2 |
Sync with core-8-branch
Diffstat (limited to 'unix/Makefile.in')
-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 60028c5..4d38f66 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -858,7 +858,7 @@ clean: clean-packages distclean: distclean-packages clean rm -rf Makefile config.status config.cache config.log tclConfig.sh \ - tclConfig.h *.plist Tcl.framework tcl.pc + tclConfig.h *.plist Tcl.framework tcl.pc tclUuid.h (cd dltest ; $(MAKE) distclean) depend: |