diff options
author | Brian Fox <bfox@gnu.org> | 1993-09-28 09:45:54 +0000 |
---|---|---|
committer | Brian Fox <bfox@gnu.org> | 1993-09-28 09:45:54 +0000 |
commit | 5efe7163ca518876631d41d9fd6323c7220d31f6 (patch) | |
tree | 038ab154fa8acf1d1a41a5523ca82073fb5ce367 /make-dist | |
parent | b54defa29c7ed2f4909188edf61cf754686ae6f5 (diff) | |
download | emacs-5efe7163ca518876631d41d9fd6323c7220d31f6.tar.gz |
Remove `src/ymakefile', add `src/Makefile.in.in'.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make-dist b/make-dist index e4d10124d42..ce384fd88cc 100755 --- 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 |