From cb6edf9d56019a1a3d9fd3df0dfe4a3ca1e7daab Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 20 Feb 2001 19:20:30 +0000 Subject: Make sure -L and -I's for our source tree are always before system include or library directories on the command line. --- contrib/intarray/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/intarray') diff --git a/contrib/intarray/Makefile b/contrib/intarray/Makefile index 151817f7e10..b4d125b0f98 100644 --- a/contrib/intarray/Makefile +++ b/contrib/intarray/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/contrib/intarray/Makefile,v 1.2 2001/01/13 02:18:31 petere Exp $ +# $Header: /cvsroot/pgsql/contrib/intarray/Makefile,v 1.3 2001/02/20 19:20:27 petere Exp $ subdir = contrib/intarray top_builddir = ../.. @@ -12,7 +12,7 @@ NAME= _int SO_MAJOR_VERSION= 1 SO_MINOR_VERSION= 0 -override CPPFLAGS += -I$(srcdir) -DPGSQL71 +override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -DPGSQL71 OBJS= _int.o -- cgit v1.2.3