summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index 9b6a2b8f..cbc6765f 100644
--- a/Makeconf
+++ b/Makeconf
@@ -241,7 +241,7 @@ endif
# Providing directory dependencies
directory-depend: $(..)$(dir).d
-$(..)$(dir).d: Makefile
+$(..)$(dir).d: $(srcdir)/Makefile
rm -f $@
echo $(dir): $(addprefix lib,$(HURDLIBS)) > $@