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/lo/Makefile | |
| 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/lo/Makefile')
| -rw-r--r-- | contrib/lo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/lo/Makefile b/contrib/lo/Makefile index bfa1f7561aa..913ad507ff4 100644 --- a/contrib/lo/Makefile +++ b/contrib/lo/Makefile @@ -1,5 +1,5 @@ # -# $Header: /cvsroot/pgsql/contrib/lo/Makefile,v 1.8 2000/10/20 21:03:16 petere Exp $ +# $Header: /cvsroot/pgsql/contrib/lo/Makefile,v 1.9 2001/02/20 19:20:27 petere Exp $ # subdir = contrib/lo @@ -12,7 +12,7 @@ SONAME := $(NAME)$(DLSUFFIX) SQLS = $(NAME).sql lo_drop.sql lo_test.sql MODS = $(NAME)$(DLSUFFIX) -override CPPFLAGS += -I$(srcdir) +override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) override CFLAGS += $(CFLAGS_SL) ifdef REFINT_VERBOSE |
