]> git.eshelyaron.com Git - emacs.git/commitdiff
(alloca.o): Use -f in all rm's.
authorRichard M. Stallman <rms@gnu.org>
Wed, 3 Aug 1994 04:39:08 +0000 (04:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 3 Aug 1994 04:39:08 +0000 (04:39 +0000)
src/Makefile.in

index 643a54d2501fa116e847207c71b640f135e9ab91..46c71b0e468da462d8f6fe90cebb403eeb02f6b6 100644 (file)
@@ -769,7 +769,7 @@ alloca.o : alloca.s $(config_h)
 /* 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) */