$NetBSD: patch-ab,v 1.4 2004/07/11 13:40:06 wiz Exp $ --- arch/misc/Makefile.sub.orig 2004-04-07 19:39:37.000000000 +0200 +++ arch/misc/Makefile.sub @@ -21,7 +21,7 @@ CLEANADD=shdeps.sed all: shdeps.sed -shdeps.sed: shdeps.sh - $(SHELL) $< "$(RT_SEP)" "$(SH_SEP)" "$(bindir)" > $@ +shdeps.sed: $(srcdir)/shdeps.sh + $(SHELL) $(srcdir)/shdeps.sh "$(RT_SEP)" "$(SH_SEP)" "$(bindir)" > $@ # eof