(alloca.o): Use -f in all rm's.

This commit is contained in:
Richard M. Stallman 1994-08-03 04:39:08 +00:00
parent 1bebba148e
commit f194e50908

View 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) */