aboutsummaryrefslogtreecommitdiff
path: root/src/backend/lib
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-12-20 00:29:35 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-12-20 00:29:35 +0000
commit6e337eef45c10391edfb202fc2332270faf72ce8 (patch)
tree120604b06873e80578f4598e892272fc6d400b02 /src/backend/lib
parent10ff1eea60bbd4e8ac96bbc243a19326f4a6de38 (diff)
downloadpostgresql-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/lib')
-rw-r--r--src/backend/lib/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/backend/lib/Makefile b/src/backend/lib/Makefile
index 006a0a3c56f..527e540ab37 100644
--- a/src/backend/lib/Makefile
+++ b/src/backend/lib/Makefile
@@ -4,7 +4,7 @@
# Makefile for lib (miscellaneous stuff)
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/backend/lib/Makefile,v 1.8 1997/12/17 04:58:40 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/backend/lib/Makefile,v 1.9 1997/12/20 00:23:48 scrappy Exp $
#
#-------------------------------------------------------------------------
@@ -13,10 +13,6 @@ include ../../Makefile.global
INCLUDE_OPT = -I..
-ifdef PORTNAME
-INCLUDE_OPT+=-I../port/$(PORTNAME)
-endif
-
CFLAGS+=$(INCLUDE_OPT)
OBJS = bit.o fstack.o hasht.o lispsort.o qsort.o stringinfo.o dllist.o