diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-02-02 07:20:38 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-02-02 07:20:38 +0000 |
commit | 2be1639518a932a1d42989df6b1aae2ab9fc7d0d (patch) | |
tree | e9181f5aeea78b608ba354d7da3e287e2a296326 /Makefile.in | |
parent | 945a2b9e9135a2c94bcb2d0a033c5d1a0ef6b57f (diff) | |
download | fetchmail-2be1639518a932a1d42989df6b1aae2ab9fc7d0d.tar.gz fetchmail-2be1639518a932a1d42989df6b1aae2ab9fc7d0d.tar.bz2 fetchmail-2be1639518a932a1d42989df6b1aae2ab9fc7d0d.zip |
Dave Bodenstab's fixes.
svn path=/trunk/; revision=855
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 8bfb1e77..d881b808 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # So just uncomment all the lines marked QNX. VERS=3.3 -PL=0 +PL=1 # Ultrix 2.2 make doesn't expand the value of VPATH. srcdir = @srcdir@ |