From: Richard M. Stallman Date: Thu, 7 Jul 1994 19:29:52 +0000 (+0000) Subject: (alloca.o): Delete allocatem.c first thing. X-Git-Tag: emacs-19.34~7677 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=38a31f61d1448a9625ca26ad606730b1c753ea27;p=emacs.git (alloca.o): Delete allocatem.c first thing. --- diff --git a/src/Makefile.in b/src/Makefile.in index 81ddfcf3a45..4206646f418 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -750,6 +750,7 @@ alloca.o : alloca.c alloca.o : alloca.s $(config_h) /* $(CPP) is cc -E, which may get confused by filenames that do not end in .c. So copy file to a safe name. */ + -rm -f allocatem.c cp ${srcdir}/alloca.s allocatem.c /* Remove any ^L, blank lines, and preprocessor comments, since some assemblers barf on them. Use a different basename for the