diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
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 | ||