blob: 121bc22d4fb3c01ad253b44a93edfcb5fff4497e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aj,v 1.1 2000/08/29 16:26:21 rh Exp $
--- test/Makefile.in.orig Tue Aug 29 17:15:25 2000
+++ test/Makefile.in
@@ -489,7 +489,7 @@
touch empty_built
oaf-slay: $(srcdir)/oaf-slay.tmpl
- sed 's|@oafdir@|'$(pkgdatadir)'|g' < $< > $@
+ sed 's|@oafdir@|'$(pkgdatadir)'|g' < $(srcdir)/oaf-slay.tmpl > $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
|