summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-05-20 15:19:12 +0000
committerJim Blandy <jimb@redhat.com>1993-05-20 15:19:12 +0000
commit6f95b62114b75add0f2a976e6c872ec15b10c1ea (patch)
tree76d93022e9410c54344ed987e16182bfe429a732
parentd4e21f83e023bc83076cb4160d853254628a457a (diff)
downloademacs-6f95b62114b75add0f2a976e6c872ec15b10c1ea.tar.gz
* make-dist: Don't distribute precomp.com, compile.com, or
link.com from ./src; they're in ./vms now.
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index c67af00e56c..cf5070f9c7b 100755
--- a/make-dist
+++ b/make-dist
@@ -167,7 +167,7 @@ echo "Making links to \`src'."
ln README Makefile.in ymakefile ChangeLog config.h.in paths.h.in \
../${tempdir}/src
ln .gdbinit .dbxinit ../${tempdir}/src
- ln *.opt vms-pp.trans precomp.com compile.com link.com ../${tempdir}/src
+ ln *.opt vms-pp.trans ../${tempdir}/src
cd ../${tempdir}/src
rm -f config.h paths.h Makefile
if [ -z "${newer}" ]; then