From 3c02768950ba1f17dc90d9f4a9538a8eec711c4f Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 14 Mar 2001 11:39:45 +1100 Subject: - (djm) Add replacement glob() from OpenBSD libc if the system glob is missing or lacks the GLOB_ALTDIRFUNC extension - (djm) Remove -I$(srcdir)/openbsd-compat from CFLAGS, refer to headers relatively. Avoids conflict between glob.h and /usr/include/glob.h --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index b25ca00c..2fd16be4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.160 2001/03/13 23:27:09 djm Exp $ +# $Id: Makefile.in,v 1.161 2001/03/14 00:39:46 djm Exp $ prefix=@prefix@ exec_prefix=@exec_prefix@ @@ -26,7 +26,7 @@ PATHS= -DETCDIR=\"$(sysconfdir)\" \ CC=@CC@ LD=@LD@ CFLAGS=@CFLAGS@ -CPPFLAGS=-I. -I$(srcdir) -I$(srcdir)/openbsd-compat @CPPFLAGS@ $(PATHS) @DEFS@ +CPPFLAGS=-I. -I$(srcdir) @CPPFLAGS@ $(PATHS) @DEFS@ LIBS=@LIBS@ AR=@AR@ RANLIB=@RANLIB@ -- cgit v1.2.3