Mercurial > emacs
comparison src/Makefile.in @ 8176:b097a610ac04
(alloca.o): Delete allocatem.c first thing.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 07 Jul 1994 19:29:52 +0000 |
parents | e5e842ead52c |
children | a0fd123ca2a6 |
comparison
equal
deleted
inserted
replaced
8175:c3bc5fca374f | 8176:b097a610ac04 |
---|---|
748 #else | 748 #else |
749 #ifndef HAVE_ALLOCA | 749 #ifndef HAVE_ALLOCA |
750 alloca.o : alloca.s $(config_h) | 750 alloca.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 |
756 output file, since some stupid compilers (Green Hill's) use that | 757 output file, since some stupid compilers (Green Hill's) use that |
757 name for the intermediate assembler file. */ | 758 name for the intermediate assembler file. */ |