diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-28 03:57:24 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-28 03:57:24 +0000 |
commit | 483da2f9e70d047684643780246671f2c9483330 (patch) | |
tree | 3defca622be9cd32fd7a553d9488769678e234a1 | |
parent | b1000cb703b852ea6c7493d9d8d24780e4a3b157 (diff) | |
download | fetchmail-483da2f9e70d047684643780246671f2c9483330.tar.gz fetchmail-483da2f9e70d047684643780246671f2c9483330.tar.bz2 fetchmail-483da2f9e70d047684643780246671f2c9483330.zip |
Patchlevel apparatus.
svn path=/trunk/; revision=403
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 01710b87..ef37db09 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,6 +4,7 @@ # So just uncomment all the lines marked QNX. VERS=1.9 +PL=3 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ @@ -29,7 +30,7 @@ RANLIB = @RANLIB@ # See also `config.h'. DEFS = @DEFS@ # DEFS = -DQNX -DHAVE_CONFIG_H -DHAVE_UNISTD_H -DHAVE_STDARG_H -DSTDC_HEADERS # QNX -defines = -DRELEASE_ID=\"$(VERS)\" $(DEFS) +defines = -DRELEASE_ID=\"$(VERS)\" -DPATCHLEVEL=\"$(PL)\" $(DEFS) # If your system needs extra libraries loaded in, define them here. LOADLIBS = @LIBS@ @LEXLIB@ |