aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-07-01 16:54:08 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-07-01 16:54:08 +0000
commite72637a2022c33425341ab26790d19f88d18fec5 (patch)
tree6e05468152b570260c6e3dbc5ed21b1c18144caa /Makefile.in
parent197ed6c695bd3bf8040fe5df91ceece243d78a81 (diff)
downloadfetchmail-e72637a2022c33425341ab26790d19f88d18fec5.tar.gz
fetchmail-e72637a2022c33425341ab26790d19f88d18fec5.tar.bz2
fetchmail-e72637a2022c33425341ab26790d19f88d18fec5.zip
Some configuration cleanup.
svn path=/trunk/; revision=1133
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 974a6b64..057b397a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -106,9 +106,8 @@ fetchmail: $(objs)
rfc822: rfc822.c
gcc -DTESTMAIN -g rfc822.c -o rfc822
-# -I. is needed to find config.h in the build directory.
.c.o:
- $(CC) $(defines) -c -I. -I$(srcdir) $(CFLAGS) $< $(OUTPUT_OPTION)
+ $(CC) $(defines) -c -I$(srcdir) $(CFLAGS) $< $(OUTPUT_OPTION)
# lex rule
.l.o: