1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Remove useless CPPFLAGS.

This commit is contained in:
Peter Eisentraut
2007-02-09 17:24:33 +00:00
parent 994b1cb59e
commit 6e1664beaf
4 changed files with 4 additions and 13 deletions

View File

@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/contrib/seg/Makefile,v 1.17 2006/04/03 18:47:41 petere Exp $
# $PostgreSQL: pgsql/contrib/seg/Makefile,v 1.18 2007/02/09 17:24:33 petere Exp $
MODULE_big = seg
OBJS = seg.o segparse.o
@ -9,8 +9,6 @@ REGRESS = seg
EXTRA_CLEAN = y.tab.c y.tab.h
PG_CPPFLAGS = -I.
ifdef USE_PGXS
PGXS := $(shell pg_config --pgxs)
include $(PGXS)