summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-09-21 18:32:24 +0000
committerThomas Bushnell <thomas@gnu.org>1996-09-21 18:32:24 +0000
commit346f45949399673088a3b23b484981f2bf1a4d5e (patch)
tree396936df607f52ce943667f6bdc4f687b7bd3ea9 /Makeconf
parent4baf4590ae335f8b3787d4e73aed59992cdf3426 (diff)
*** empty log message ***
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)) > $@