summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorwlemb <wlemb>2004-05-18 20:16:44 +0000
committerwlemb <wlemb>2004-05-18 20:16:44 +0000
commit1c79bd6f94fc0e7548bc71958bdc76ce0f9833b5 (patch)
treeab9970259e60f3f86112b4f8b18ff1cb9fa97511 /arch
parent726778ace2659a24c1c079ce378e99c5893669f5 (diff)
downloadgroff-1c79bd6f94fc0e7548bc71958bdc76ce0f9833b5.tar.gz
* arch/misc/Makefile.sub (shdeps.sed): Don't use `$<' in explicit
rule.
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