Formerly GNUmakefile.~110~
authorRoland McGrath <roland@redhat.com>
Mon, 25 Oct 1993 19:11:46 +0000 (19:11 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 25 Oct 1993 19:11:46 +0000 (19:11 +0000)
GNUmakefile

index 3f45bbb..5c05072 100644 (file)
@@ -140,7 +140,7 @@ depfiles = $(patsubst %.o,%.dep,$(filter %.o,$(objs)))
 .PHONY: default
 default: $(prog)
 
-$(prog): $(objs) $(globdep)
+$(prog): $(objs) $(globdep) $(addprefix $(ARCH)/,gmalloc.o mcheck.o)
        $(CC) $(LDFLAGS) $^ $(globlib) $(LOADLIBES) -o $@.new
        mv -f $@.new $@