aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-02-07 00:47:42 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-02-07 00:47:42 +0000
commitb8e65546c552c637b53d212a16e39b105a4437d3 (patch)
tree5c19005efc86533d447dda086bf9f2290eb7d690 /Makefile.in
parent412f06be47f19e1004576e94c2b7e09bf98ddc05 (diff)
downloadfetchmail-b8e65546c552c637b53d212a16e39b105a4437d3.tar.gz
fetchmail-b8e65546c552c637b53d212a16e39b105a4437d3.tar.bz2
fetchmail-b8e65546c552c637b53d212a16e39b105a4437d3.zip
Obvious bug fixes for 5.6.3.
svn path=/trunk/; revision=3022
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 49a4c132..65730bb1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -4,7 +4,7 @@
# So just uncomment all the lines marked QNX.
PACKAGE = fetchmail
-VERSION = 5.6.2
+VERSION = 5.6.3
SUBDIRS = @POSUB@
@@ -148,7 +148,7 @@ netrc: netrc.c xmalloc.o error.o
$(CC) -DSTANDALONE -DHAVE_CONFIG_H -I. -g -o $@ $^
.c.o:
- $(CC) $(defines) -c $(CPFLAGS) -I$(srcdir) $(CEFLAGS) $(CFLAGS) $<
+ $(CC) $(defines) -c $(CPFLAGS) -I. -I$(srcdir) $(CEFLAGS) $(CFLAGS) $<
# For some losing Unix makes.
SHELL = /bin/sh