diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-12-20 00:29:35 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-12-20 00:29:35 +0000 |
commit | 6e337eef45c10391edfb202fc2332270faf72ce8 (patch) | |
tree | 120604b06873e80578f4598e892272fc6d400b02 /src/backend/regex | |
parent | 10ff1eea60bbd4e8ac96bbc243a19326f4a6de38 (diff) | |
download | postgresql-6e337eef45c10391edfb202fc2332270faf72ce8.tar.gz postgresql-6e337eef45c10391edfb202fc2332270faf72ce8.zip |
Major cleanout of PORTNAME variables from Makefiles...bound to screw up
some of the ports...
Diffstat (limited to 'src/backend/regex')
-rw-r--r-- | src/backend/regex/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/backend/regex/Makefile b/src/backend/regex/Makefile index ef582940dfc..f7ef534bd3d 100644 --- a/src/backend/regex/Makefile +++ b/src/backend/regex/Makefile @@ -4,7 +4,7 @@ # Makefile for regex # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/backend/regex/Makefile,v 1.3 1997/12/19 02:06:41 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/backend/regex/Makefile,v 1.4 1997/12/20 00:26:58 scrappy Exp $ # #------------------------------------------------------------------------- @@ -13,10 +13,6 @@ include ../../Makefile.global INCLUDE_OPT = -I.. -ifdef PORTNAME -INCLUDE_OPT+=-I../port/$(PORTNAME) -endif - CFLAGS+=$(INCLUDE_OPT) CFLAGS+=-DPOSIX_MISTAKE |