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