aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-08-03 04:39:08 +0000
committerRichard M. Stallman1994-08-03 04:39:08 +0000
commitf194e50908dcc4dc6edf109fa30b07c63764183f (patch)
treef435b0bb006f20cc8321e41e36225bc4e76c5915
parent1bebba148e84743b789d3fc645e3d1c1c135824d (diff)
downloademacs-f194e50908dcc4dc6edf109fa30b07c63764183f.tar.gz
emacs-f194e50908dcc4dc6edf109fa30b07c63764183f.zip
(alloca.o): Use -f in all rm's.
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 643a54d2501..46c71b0e468 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -769,7 +769,7 @@ alloca.o : alloca.s $(config_h)
769/* Xenix, in particular, needs to run assembler via cc. */ 769/* Xenix, in particular, needs to run assembler via cc. */
770 $(CC) -c allocax.s 770 $(CC) -c allocax.s
771 mv allocax.o alloca.o 771 mv allocax.o alloca.o
772 rm allocax.s allocatem.c 772 -rm -f allocax.s allocatem.c
773#endif /* HAVE_ALLOCA */ 773#endif /* HAVE_ALLOCA */
774#endif /* ! defined (C_ALLOCA) */ 774#endif /* ! defined (C_ALLOCA) */
775 775