Mercurial > emacs
changeset 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 | 68b00de2ac0f |
children | 356e5509efda |
files | src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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) */