diff options
author | Roland McGrath <roland@redhat.com> | 1993-10-25 19:11:46 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-10-25 19:11:46 +0000 |
commit | 9012e6a254c2663b18d4120d06ccd3f1a36976fe (patch) | |
tree | af16726d8d90a8d83039b8892065fe44fa98f7b4 | |
parent | 251b0fc75f0c02df757323430886c02c96529503 (diff) | |
download | gunmake-9012e6a254c2663b18d4120d06ccd3f1a36976fe.tar.gz |
Formerly GNUmakefile.~110~
-rw-r--r-- | GNUmakefile | 2 |
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 $@ |