diff options
author | Roland McGrath <roland@redhat.com> | 1992-02-16 07:20:51 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-02-16 07:20:51 +0000 |
commit | 794fb5ac89ecceddef77fca393df7105142a61d4 (patch) | |
tree | 464dad9c20a8fe1c6dde8a9a2d8ffe40280730d1 | |
parent | f5c49a3f5c3cfc7aeb6006576b33712759b72133 (diff) | |
download | gunmake-794fb5ac89ecceddef77fca393df7105142a61d4.tar.gz |
Formerly GNUmakefile.~52~
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 $<; \ |