mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-11 07:51:36 +00:00
Formerly GNUmakefile.~52~
This commit is contained in:
parent
f5c49a3f5c
commit
794fb5ac89
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ load.dep: load.c
|
||||||
remote.dep: remote.c
|
remote.dep: remote.c
|
||||||
$(mkdep-nolib) $(REMOTE) $< | sed 's,$*\.o,& $@,' > $@
|
$(mkdep-nolib) $(REMOTE) $< | sed 's,$*\.o,& $@,' > $@
|
||||||
endif
|
endif
|
||||||
nolib-deps = $(notdir $(depfiles)) glob/glob.dep glob/fnmatch.dep
|
nolib-deps = $(patsubst $(archpfx)%,%,$(depfiles))
|
||||||
endif
|
endif
|
||||||
Makefile: compatMakefile $(nolib-deps)
|
Makefile: compatMakefile $(nolib-deps)
|
||||||
(cat $<; \
|
(cat $<; \
|
||||||
|
|
Loading…
Reference in a new issue