blob: 5c18bb02619883abaa2682d7559fd4e41350e1b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./Makefile.in.orig 2003-11-28 13:12:57.000000000 -0800
+++ ./Makefile.in 2004-06-26 15:47:07.000000000 -0700
@@ -21,7 +21,7 @@
# Yuck; the autoconf generated configure script sets an infodir variable
# and provides a command-line flag to change it, but the default is
# /usr/info instead of /usr/share/info.
-infodir = $(prefix)/share/info
+infodir = /usr/info
CC = @CC@
CFLAGS = @CFLAGS@ @CPPFLAGS@ -DINFODIR=\"$(infodir)\"
|