summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-10-25 19:11:46 +0000
committerRoland McGrath <roland@redhat.com>1993-10-25 19:11:46 +0000
commit9012e6a254c2663b18d4120d06ccd3f1a36976fe (patch)
treeaf16726d8d90a8d83039b8892065fe44fa98f7b4 /GNUmakefile
parent251b0fc75f0c02df757323430886c02c96529503 (diff)
downloadgunmake-9012e6a254c2663b18d4120d06ccd3f1a36976fe.tar.gz
Formerly GNUmakefile.~110~
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 3f45bbb..5c05072 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 $@