--- Tornado/Inf7/Makefile.target 1999/08/23 18:43:18 1.1.1.1 +++ Tornado/Inf7/Makefile.target 1999/12/10 15:05:53 1.3 @@ -1,5 +1,3 @@ -#$Id: Makefile.target,v 1.1.1.1 1999/08/23 13:34:38 tis4000 Exp $ - # # Makefile.target # !! special 'driver' version = Makefile.drvtarg @@ -20,7 +18,7 @@ $(CUR).o: $(OBJS) @ echo "linking $(CUR).o for $(DST)" @ $(RM) $@ - @ $(LD) $(OBJS) -o $@ + @ $(LD) -r $(OBJS) -o $@ # # END of Makefile.target