aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-07-07 19:29:52 +0000
committerRichard M. Stallman1994-07-07 19:29:52 +0000
commit38a31f61d1448a9625ca26ad606730b1c753ea27 (patch)
tree76970930426120dbd3155c273a7d6d68ea93c0c8 /src
parenta51b963cea1190c7b05d2c11c3ebe8f5dd6377a1 (diff)
downloademacs-38a31f61d1448a9625ca26ad606730b1c753ea27.tar.gz
emacs-38a31f61d1448a9625ca26ad606730b1c753ea27.zip
(alloca.o): Delete allocatem.c first thing.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in1
1 files changed, 1 insertions, 0 deletions
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
750alloca.o : alloca.s $(config_h) 750alloca.o : alloca.s $(config_h)
751/* $(CPP) is cc -E, which may get confused by filenames 751/* $(CPP) is cc -E, which may get confused by filenames
752 that do not end in .c. So copy file to a safe name. */ 752 that do not end in .c. So copy file to a safe name. */
753 -rm -f allocatem.c
753 cp ${srcdir}/alloca.s allocatem.c 754 cp ${srcdir}/alloca.s allocatem.c
754/* Remove any ^L, blank lines, and preprocessor comments, 755/* Remove any ^L, blank lines, and preprocessor comments,
755 since some assemblers barf on them. Use a different basename for the 756 since some assemblers barf on them. Use a different basename for the