summaryrefslogtreecommitdiff
path: root/make-dist
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
commit9b1586c35718fb3fdc96c93707f12bc8dedababf (patch)
tree479780fe06d54e087774c9c562bd7741fdfe8910 /make-dist
parent601bbe72238fc88c5bef363cec6855197b5d0980 (diff)
downloademacs-9b1586c35718fb3fdc96c93707f12bc8dedababf.tar.gz
* make-dist: Don't distribute precomp.com, compile.com, or
link.com from ./src; they're in ./vms now.
Diffstat (limited to 'make-dist')
-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