summaryrefslogtreecommitdiff
path: root/textproc/groff/patches/patch-ab
blob: 193fac6c16281e7bdf625bac0cb755f35256206d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$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