diff options
| author | Peter Eisentraut | 2001-02-20 19:20:30 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2001-02-20 19:20:30 +0000 |
| commit | cb6edf9d56019a1a3d9fd3df0dfe4a3ca1e7daab (patch) | |
| tree | fa108600dcddc1d1c70ae452dcb7111bae91f3df /contrib/fulltextindex | |
| parent | c4a9023d520d8b9dee8bed396d08a0bf801726e2 (diff) | |
Make sure -L and -I's for our source tree are always before system include
or library directories on the command line.
Diffstat (limited to 'contrib/fulltextindex')
| -rw-r--r-- | contrib/fulltextindex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/fulltextindex/Makefile b/contrib/fulltextindex/Makefile index 15b95138cc4..3a60a6cf095 100644 --- a/contrib/fulltextindex/Makefile +++ b/contrib/fulltextindex/Makefile @@ -1,5 +1,5 @@ # -# $Header: /cvsroot/pgsql/contrib/fulltextindex/Attic/Makefile,v 1.8 2000/10/20 21:03:10 petere Exp $ +# $Header: /cvsroot/pgsql/contrib/fulltextindex/Attic/Makefile,v 1.9 2001/02/20 19:20:27 petere Exp $ # subdir = contrib/fulltextindex @@ -9,7 +9,7 @@ include ../../src/Makefile.global NAME := fti SONAME := $(NAME)$(DLSUFFIX) -override CPPFLAGS += -I$(srcdir) +override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) override CFLAGS += $(CFLAGS_SL) all: $(SONAME) $(NAME).sql |
