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 /win/Makefile.in | |
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.
Diffstat (limited to 'win/Makefile.in')
-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 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 |