summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-02-16 07:20:51 +0000
committerRoland McGrath <roland@redhat.com>1992-02-16 07:20:51 +0000
commit794fb5ac89ecceddef77fca393df7105142a61d4 (patch)
tree464dad9c20a8fe1c6dde8a9a2d8ffe40280730d1 /GNUmakefile
parentf5c49a3f5c3cfc7aeb6006576b33712759b72133 (diff)
downloadgunmake-794fb5ac89ecceddef77fca393df7105142a61d4.tar.gz
Formerly GNUmakefile.~52~
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
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 $<; \