aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-07-23 03:40:34 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-07-23 03:40:34 +0000
commit06470851ed8433e49fcb9de36f0010d2c2d6b7cc (patch)
tree9d26019b93cee176075bbb47e993d6e2ca3df998 /Makefile.in
parentb481a92175821bd7e2d014282cbf01c457b52d3a (diff)
downloadfetchmail-06470851ed8433e49fcb9de36f0010d2c2d6b7cc.tar.gz
fetchmail-06470851ed8433e49fcb9de36f0010d2c2d6b7cc.tar.bz2
fetchmail-06470851ed8433e49fcb9de36f0010d2c2d6b7cc.zip
Minor update.
svn path=/trunk/; revision=2927
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 2de1f26d..0f08dad9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -4,7 +4,7 @@
# So just uncomment all the lines marked QNX.
PACKAGE = fetchmail
-VERSION = 5.4.3
+VERSION = 5.4.4
SUBDIRS = @INTLSUB@ @POSUB@
@@ -18,7 +18,7 @@ CC = @CC@
CFLAGS = @CFLAGS@
# CFLAGS = -g2 -5 # QNX
LDFLAGS = @LDFLAGS@
-# LDFLAGS = -g2 -5 # QNX
+# LDFLAGS = -g2 -5 -N64k # QNX
LEX = @LEX@
LEXFLAGS=
YACC = @YACC@