blob: 5bd9e1894f681931a0748f463393ea86ebe9ffcf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.12 2004/07/12 21:28:28 wiz Exp $
--- util/Makefile.in.orig 2004-07-12 22:13:07.000000000 +0200
+++ util/Makefile.in
@@ -559,7 +559,7 @@ uninstall-am: uninstall-binPROGRAMS unin
# we don't actually use version.texi in the rule, but it's one way of
# noticing when the version changes.
texinfo.cat: texinfo-cat.in $(top_srcdir)/doc/version.texi
- sed 's/__VERSION__/@VERSION@/g' $< >$@
+ sed 's/__VERSION__/@VERSION@/g' $(srcdir)/texinfo-cat.in $(top_srcdir)/doc/version.texi >$@
# 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.
.NOEXPORT:
|