summaryrefslogtreecommitdiff
path: root/arch/misc/Makefile.sub
diff options
context:
space:
mode:
Diffstat (limited to 'arch/misc/Makefile.sub')
-rw-r--r--arch/misc/Makefile.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/misc/Makefile.sub b/arch/misc/Makefile.sub
index d49ab76e..b5f66e1d 100644
--- a/arch/misc/Makefile.sub
+++ b/arch/misc/Makefile.sub
@@ -21,7 +21,7 @@ CLEANADD=shdeps.sed
all: shdeps.sed
-shdeps.sed: shdeps.sh
- $(SHELL) shdeps.sh "$(RT_SEP)" "$(SH_SEP)" "$(bindir)" > $@
+shdeps.sed: $(srcdir)/shdeps.sh
+ $(SHELL) $(srcdir)/shdeps.sh "$(RT_SEP)" "$(SH_SEP)" "$(bindir)" > $@
# eof