diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-17 08:50:17 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-17 08:50:17 (GMT) |
commit | 6ee6cd1ae4ffb8a3fe3e602632cd3f0683c392d1 (patch) | |
tree | 087259456ca43442145778950bd964758e98464d /unix | |
parent | b3d34ad31717286dabbaa72b93d7ff5f3e0626a6 (diff) | |
download | tcl-6ee6cd1ae4ffb8a3fe3e602632cd3f0683c392d1.zip tcl-6ee6cd1ae4ffb8a3fe3e602632cd3f0683c392d1.tar.gz tcl-6ee6cd1ae4ffb8a3fe3e602632cd3f0683c392d1.tar.bz2 |
Fix "make dist" on UNIX, broken due to TIP #590
Diffstat (limited to 'unix')
-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 9c64d05..e8b5110 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -2218,7 +2218,7 @@ DISTROOT = /tmp/dist DISTNAME = tcl${VERSION}${PATCH_LEVEL} ZIPNAME = tcl${MAJOR_VERSION}${MINOR_VERSION}${PATCH_LEVEL}-src.zip DISTDIR = $(DISTROOT)/$(DISTNAME) -BUILTIN_PACKAGE_LIST = cookiejar http opt msgcat reg dde tcltest platform +BUILTIN_PACKAGE_LIST = cookiejar http opt msgcat registry dde tcltest platform $(UNIX_DIR)/configure: $(UNIX_DIR)/configure.ac $(UNIX_DIR)/tcl.m4 \ $(UNIX_DIR)/aclocal.m4 |