Formerly GNUmakefile.~52~

This commit is contained in:
Roland McGrath 1992-02-16 07:20:51 +00:00
parent f5c49a3f5c
commit 794fb5ac89

View file

@ -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 $<; \