summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-09-23 20:57:42 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-09-23 20:57:42 +0000
commitc2f04a101dce2be7abe6e2af8072e40b1f92d19c (patch)
tree95c0b6a74d261506a280cf830df933829e764fab /doc
parent7b4f091dc871852e0e0e2576ef82142fb2e2c7cf (diff)
A small portability fix related to makedoc.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index c0f2cb96..3a5f1d2b 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -33,7 +33,7 @@ DEFS=-DSHAREDIR=\"$(sharedir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \
-DBINDIR=\"$(bindir)\" -DHAVE_CONFIG_H=1
INCLUDES=-I. -I$(includedir) -I$(top_srcdir)
-MAKEDOC_CPP=$(CPP) $(INCLUDES) $(DEFS) $(CPPFLAGS) -D_MAKEDOC -C -include ../config.h
+MAKEDOC_CPP=$(CPP) $(INCLUDES) $(DEFS) $(CPPFLAGS) -D_MAKEDOC -C
DISTFILES = Makefile.in dotlock.man \
mutt.man \