summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--arch/misc/Makefile.sub2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c76bba78..cde7684b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-15 Keith Marshall <keith.d.marshall@ntlworld.com>
+
+ * arch/misc/Makefile.sub (shdeps.sed): Don't use `$<' in explicit
+ rule.
+
2005-05-14 Werner LEMBERG <wl@gnu.org>
* REVISION: Set to 2.
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