summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorWerner LEMBERG <wl@gnu.org>2004-05-18 20:16:51 +0000
committerWerner LEMBERG <wl@gnu.org>2004-05-18 20:16:51 +0000
commitf88ad575f07578ad9f67eef7348c722abdbc41cf (patch)
treec03367e26bdbf58e31c78ce616e5ed1e9c85b36d /arch
parenta2e435fae15fac2183105e6e6a577535b3184072 (diff)
downloadgroff-git-f88ad575f07578ad9f67eef7348c722abdbc41cf.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 bcff8dd38..d49ab76ea 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