summaryrefslogtreecommitdiffstats
path: root/Makefile.am
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 /Makefile.am
parent7b4f091dc871852e0e0e2576ef82142fb2e2c7cf (diff)
A small portability fix related to makedoc.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1d5d0470..0453d447 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -201,7 +201,7 @@ Muttrc: stamp-doc-rc
stamp-doc-rc: $(srcdir)/init.h makedoc Muttrc.head
$(CPP) $(INCLUDES) $(DEFS) $(CPPFLAGS) -D_MAKEDOC -C \
- -include config.h $(srcdir)/init.h | ./makedoc -c | cat Muttrc.head - \
+ $(srcdir)/init.h | ./makedoc -c | cat Muttrc.head - \
> Muttrc
touch stamp-doc-rc