(crtend.o): Remove crufty -o.
authorDoug Evans <dje@gnu.org>
Wed, 24 May 1995 01:10:42 +0000 (01:10 +0000)
committerDoug Evans <dje@gnu.org>
Wed, 24 May 1995 01:10:42 +0000 (01:10 +0000)
From-SVN: r9791

gcc/Makefile.in

index 4a84da5bdf682f1bd53dabc3a04fb9c3647d4d73..969e593273dea9b18a9df2e299568e97eced3735 100644 (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) $@
 \f
 # Compiling object files from source files.