mirror of
https://github.com/mirror/make.git
synced 2025-01-01 07:50:52 +08:00
Formerly GNUmakefile.~52~
This commit is contained in:
parent
f5c49a3f5c
commit
794fb5ac89
@ -146,7 +146,7 @@ load.dep: load.c
|
||||
remote.dep: remote.c
|
||||
$(mkdep-nolib) $(REMOTE) $< | sed 's,$*\.o,& $@,' > $@
|
||||
endif
|
||||
nolib-deps = $(notdir $(depfiles)) glob/glob.dep glob/fnmatch.dep
|
||||
nolib-deps = $(patsubst $(archpfx)%,%,$(depfiles))
|
||||
endif
|
||||
Makefile: compatMakefile $(nolib-deps)
|
||||
(cat $<; \
|
||||
|
Loading…
Reference in New Issue
Block a user