summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
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 $<; \