diff options
author | Roland McGrath <roland@redhat.com> | 1993-11-11 16:51:19 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-11-11 16:51:19 +0000 |
commit | 63160928cdf75058bd1e6d8e1aaded6960d26fbd (patch) | |
tree | 92da61a1ac3360983e7ec82d9b83d58b7193a700 /GNUmakefile | |
parent | 48fe766053b2867d8bf04cd582d366f9f79b4554 (diff) | |
download | gunmake-63160928cdf75058bd1e6d8e1aaded6960d26fbd.tar.gz |
Formerly GNUmakefile.~111~
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 5c05072..d02c813 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -140,7 +140,7 @@ depfiles = $(patsubst %.o,%.dep,$(filter %.o,$(objs))) .PHONY: default default: $(prog) -$(prog): $(objs) $(globdep) $(addprefix $(ARCH)/,gmalloc.o mcheck.o) +$(prog): $(objs) $(globdep) #$(addprefix $(ARCH)/,gmalloc.o mcheck.o) $(CC) $(LDFLAGS) $^ $(globlib) $(LOADLIBES) -o $@.new mv -f $@.new $@ |