diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-29 01:59:30 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-29 01:59:30 +0000 |
commit | c9ce72840467b09470befe385a89c030e7c6d726 (patch) | |
tree | c3e5643edd67c7e5aa2e86ff366b83531f553292 | |
parent | 800186e3873690997bdbd7e1b60c83ca2d9819cd (diff) | |
download | fetchmail-c9ce72840467b09470befe385a89c030e7c6d726.tar.gz fetchmail-c9ce72840467b09470befe385a89c030e7c6d726.tar.bz2 fetchmail-c9ce72840467b09470befe385a89c030e7c6d726.zip |
Go to patch level 4.
svn path=/trunk/; revision=415
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index ef37db09..bbf4e0c1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. VERS=1.9 -PL=3 +PL=4 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |