From 794fb5ac89ecceddef77fca393df7105142a61d4 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 16 Feb 1992 07:20:51 +0000 Subject: Formerly GNUmakefile.~52~ --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index b4ccf5d..ce91df9 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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 $<; \ -- cgit v1.2.3