diff options
author | dgp <dgp@users.sourceforge.net> | 2022-10-28 14:37:56 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2022-10-28 14:37:56 (GMT) |
commit | 6db74fe6eb42e7f214f0c62038102374a22106be (patch) | |
tree | 7c567b3c097054297d244479423d1132c56d8685 | |
parent | a7a483bf2a2a585bf2f1e2befbd465dea8a310b1 (diff) | |
download | tcl-6db74fe6eb42e7f214f0c62038102374a22106be.zip tcl-6db74fe6eb42e7f214f0c62038102374a22106be.tar.gz tcl-6db74fe6eb42e7f214f0c62038102374a22106be.tar.bz2 |
The file $(builddir)/tclUuid.h is not part of the source code distribution.
The `make distclean` target should delete it.
-rw-r--r-- | unix/Makefile.in | 2 | ||||
-rw-r--r-- | win/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 340edbf..0a99998 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -765,7 +765,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: diff --git a/win/Makefile.in b/win/Makefile.in index 8e15849..7d444a7 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -830,7 +830,7 @@ clean: cleanhelp clean-packages distclean: distclean-packages clean $(RM) Makefile config.status config.cache config.log tclConfig.sh \ - tcl.hpj config.status.lineno tclsh.exe.manifest + tcl.hpj config.status.lineno tclsh.exe.manifest tclUuid.h # # Bundled package targets |