mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
Make sure -L and -I's for our source tree are always before system include
or library directories on the command line.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user