mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 12:57:34 +00:00
(alloca.o): Use -f in all rm's.
This commit is contained in:
parent
1bebba148e
commit
f194e50908
1 changed files with 1 additions and 1 deletions
|
|
@ -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) */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue