diff options
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 |
