Mercurial > emacs
diff src/Makefile.in @ 8429:f4138f5dc0d3
(alloca.o): Use -f in all rm's.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 03 Aug 1994 04:39:08 +0000 |
| parents | 0e8bf0c4ffef |
| children | 5a5893b8bc1c |
line wrap: on
line diff
--- a/src/Makefile.in Wed Aug 03 02:17:57 1994 +0000 +++ b/src/Makefile.in Wed Aug 03 04:39:08 1994 +0000 @@ -769,7 +769,7 @@ /* Xenix, in particular, needs to run assembler via cc. */ $(CC) -c allocax.s mv allocax.o alloca.o - rm allocax.s allocatem.c + -rm -f allocax.s allocatem.c #endif /* HAVE_ALLOCA */ #endif /* ! defined (C_ALLOCA) */
