mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-09 15:56:36 +00:00
Formerly GNUmakefile.~110~
This commit is contained in:
parent
251b0fc75f
commit
9012e6a254
1 changed files with 1 additions and 1 deletions
|
@ -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 $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue