mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-25 13:41:45 +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
|
||||
$(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 a new issue