diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-09-18 04:45:47 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-09-18 04:45:47 +0000 |
commit | dbb07f3478a29b76cb49752eeb29255c2546dba8 (patch) | |
tree | 9ab8487edb25a60ddae9649a5eb1e5c5261071d7 /Makefile.in | |
parent | abf56645d3b47d6829ee648138b76f6525ad78ca (diff) | |
download | fetchmail-dbb07f3478a29b76cb49752eeb29255c2546dba8.tar.gz fetchmail-dbb07f3478a29b76cb49752eeb29255c2546dba8.tar.bz2 fetchmail-dbb07f3478a29b76cb49752eeb29255c2546dba8.zip |
Deal with the license-incompatibility problem.
svn path=/trunk/; revision=3463
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 02ee3d1e..128dcba9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -49,7 +49,7 @@ extras = @LIBOBJS@ # Extra sources/objects for library functions not provided on the host system. EXTRASRC = @EXTRASRC@ -# EXTRASRC = $(srcdir)/strcasecmp.c $(srcdir)/getopt.c $(srcdir)/getopt1.c $(srcdir)/alloca.c # QNX +# EXTRASRC = $(srcdir)/strcasecmp.c $(srcdir)/alloca.c # QNX EXTRAOBJ = @EXTRAOBJ@ @INTLOBJS@ # EXTRAOBJ = strcasecmp.o getopt.o getopt1.o alloca.o |