aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-01-06 00:24:24 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-01-06 00:24:24 +0000
commit5b104c30e9432925b242a778895e50089b8e33b8 (patch)
tree8e342306aa7ef52472ddfca1f07a4b0168b80994
parenta9bfcf459e19c357faa929d0523fb937d7d28ab6 (diff)
downloadpostgresql-5b104c30e9432925b242a778895e50089b8e33b8.tar.gz
postgresql-5b104c30e9432925b242a778895e50089b8e33b8.zip
NeXT port specific changes by: Ovidiu Predescu <ovidiu@bx.logicnet.ro>
-rw-r--r--src/interfaces/libpq/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile
index 414c0f929fe..1f4eff35a8d 100644
--- a/src/interfaces/libpq/Makefile
+++ b/src/interfaces/libpq/Makefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.23 1997/01/05 23:52:21 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.24 1997/01/06 00:24:24 scrappy Exp $
#
#-------------------------------------------------------------------------
@@ -28,10 +28,6 @@ VPATH:= $(VPATH):../backend/lib
OBJS= fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-lobj.o \
../backend/lib/dllist.o pqsignal.o
-ifeq ($(PORTNAME), next)
-VPATH:=$(VPATH):../backend/port/$(PORTNAME)
-OBJS+= getcwd.o putenv.o
-endif
shlib :=
ifdef LINUX_ELF