Mercurial > emacs
diff make-dist @ 4795:6e068e4635e0
Remove `src/ymakefile', add `src/Makefile.in.in'.
| author | Brian Fox <bfox@gnu.org> |
|---|---|
| date | Tue, 28 Sep 1993 09:45:54 +0000 |
| parents | f82d7536df7c |
| children | f27254ec443e |
line wrap: on
line diff
--- a/make-dist Tue Sep 28 09:42:26 1993 +0000 +++ b/make-dist Tue Sep 28 09:45:54 1993 +0000 @@ -194,7 +194,7 @@ 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 @@ 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
