(crtend.o): Remove crufty -o.

From-SVN: r9791
This commit is contained in:
Doug Evans 1995-05-24 01:10:42 +00:00
parent 5e1d9b962e
commit 3b4b603597
1 changed files with 1 additions and 1 deletions

View File

@ -1001,7 +1001,7 @@ crtbegin.o: crtstuff.c $(GCC_PASSES) $(CONFIG_H) gbl-ctors.h
crtend.o: crtstuff.c $(GCC_PASSES) $(CONFIG_H) gbl-ctors.h
$(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) $(CRTSTUFF_T_CFLAGS) \
-DCRT_END -finhibit-size-directive -fno-inline-functions \
-g0 -c $(srcdir)/crtstuff.c -o
-g0 -c $(srcdir)/crtstuff.c
mv crtstuff$(objext) $@
# Compiling object files from source files.