]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove `src/ymakefile', add `src/Makefile.in.in'.
authorBrian Fox <bfox@gnu.org>
Tue, 28 Sep 1993 09:45:54 +0000 (09:45 +0000)
committerBrian Fox <bfox@gnu.org>
Tue, 28 Sep 1993 09:45:54 +0000 (09:45 +0000)
make-dist

index e4d10124d4291d6a0bd02c8aaed9fd4b6d3fb514..ce384fd88ccefc63b608b8db5f590fd0a1610ae9 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -194,7 +194,7 @@ echo "Making links to \`lisp/term'."
 
 echo "Making links to \`src'."
 ### Don't distribute =*.[ch] files, or the configured versions of
-### config.h.in, paths.h.in, or Makefile.in, or TAGS.
+### config.h.in, paths.h.in, or Makefile.in.in, or TAGS.
 (cd src
  echo "  (If we can't link gmalloc.c, that's okay.)"
  ln [a-zA-Z]*.c ../${tempdir}/src
@@ -202,7 +202,7 @@ echo "Making links to \`src'."
  test -f ../${tempdir}/src/gmalloc.c || cp gmalloc.c ../${tempdir}/src
  ln [a-zA-Z]*.h ../${tempdir}/src
  ln [a-zA-Z]*.s ../${tempdir}/src
- ln README Makefile.in ymakefile ChangeLog OChangeLog config.h.in paths.h.in \
+ ln README Makefile.in.in ChangeLog OChangeLog config.h.in paths.h.in \
     ../${tempdir}/src
  ln .gdbinit .dbxinit ../${tempdir}/src
  ln *.opt vms-pp.trans ../${tempdir}/src