From 38a31f61d1448a9625ca26ad606730b1c753ea27 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 7 Jul 1994 19:29:52 +0000 Subject: [PATCH] (alloca.o): Delete allocatem.c first thing. --- src/Makefile.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5