Mercurial > emacs
comparison make-dist @ 1946:05297a5a8238
Fix the fix.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 23 Feb 1993 14:23:06 +0000 |
parents | b403b27bc31c |
children | 4b2a76f0d640 |
comparison
equal
deleted
inserted
replaced
1945:b07c27b4dca7 | 1946:05297a5a8238 |
---|---|
151 ### config.h.in, paths.h.in, or Makefile.in. | 151 ### config.h.in, paths.h.in, or Makefile.in. |
152 (cd src | 152 (cd src |
153 echo " (If we can't link gmalloc.c, that's okay.)" | 153 echo " (If we can't link gmalloc.c, that's okay.)" |
154 ln [a-zA-Z]*.c ../${tempdir}/src | 154 ln [a-zA-Z]*.c ../${tempdir}/src |
155 ## Might be a symlink to a file on another filesystem. | 155 ## Might be a symlink to a file on another filesystem. |
156 test -f ../${tempdir}/src || cp gmalloc.c ../${tempdir}/src | 156 test -f ../${tempdir}/src/gmalloc.c || cp gmalloc.c ../${tempdir}/src |
157 ln [a-zA-Z]*.h ../${tempdir}/src | 157 ln [a-zA-Z]*.h ../${tempdir}/src |
158 ln [a-zA-Z]*.s ../${tempdir}/src | 158 ln [a-zA-Z]*.s ../${tempdir}/src |
159 ln README Makefile.in ymakefile ChangeLog config.h.in paths.h.in \ | 159 ln README Makefile.in ymakefile ChangeLog config.h.in paths.h.in \ |
160 ../${tempdir}/src | 160 ../${tempdir}/src |
161 ln .gdbinit .dbxinit ../${tempdir}/src | 161 ln .gdbinit .dbxinit ../${tempdir}/src |