From: Roland McGrath Date: Mon, 25 Oct 1993 19:11:46 +0000 (+0000) Subject: Formerly GNUmakefile.~110~ X-Git-Tag: 3.70.2~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9012e6a254c2663b18d4120d06ccd3f1a36976fe;p=thirdparty%2Fmake.git Formerly GNUmakefile.~110~ --- diff --git a/GNUmakefile b/GNUmakefile index 3f45bbb7..5c050726 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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 $@