]> code.delx.au - gnu-emacs/commitdiff
* make-dist: Don't distribute precomp.com, compile.com, or
authorJim Blandy <jimb@redhat.com>
Thu, 20 May 1993 15:19:12 +0000 (15:19 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 20 May 1993 15:19:12 +0000 (15:19 +0000)
link.com from ./src; they're in ./vms now.

make-dist

index c67af00e56c63f1dd943ff26c7cfe1953c25ddb4..cf5070f9c7b0531f64c2448ba4a5c88a8b2fa61c 100755 (executable)
--- 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