aboutsummaryrefslogtreecommitdiff
path: root/src/mk/port/postgres.mk.sparc_solaris
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-07-23 03:24:47 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-07-23 03:24:47 +0000
commit94e5642b878be92176a17a799d04c198ea852bc7 (patch)
tree1e9cb1bbbbea6d31e62344fb1a1ac40fc7e07403 /src/mk/port/postgres.mk.sparc_solaris
parent245686d43a086ac2c9135a05b4fe940ad6537ed9 (diff)
downloadpostgresql-94e5642b878be92176a17a799d04c198ea852bc7.tar.gz
postgresql-94e5642b878be92176a17a799d04c198ea852bc7.zip
More Merge's from Dr' sourec tree
Diffstat (limited to 'src/mk/port/postgres.mk.sparc_solaris')
-rw-r--r--src/mk/port/postgres.mk.sparc_solaris4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mk/port/postgres.mk.sparc_solaris b/src/mk/port/postgres.mk.sparc_solaris
index 129138ae27f..4f86e1859f1 100644
--- a/src/mk/port/postgres.mk.sparc_solaris
+++ b/src/mk/port/postgres.mk.sparc_solaris
@@ -5,7 +5,7 @@
#
# Copyright (c) 1994-5, Regents of the University of California
#
-# $Id: postgres.mk.sparc_solaris,v 1.1.1.1 1996/07/09 06:22:20 scrappy Exp $
+# $Id: postgres.mk.sparc_solaris,v 1.2 1996/07/23 03:24:47 scrappy Exp $
#
#-------------------------------------------------------------------------
ifndef MK_PORT
@@ -29,7 +29,7 @@ INSTALL=/usr/ucb/install
# everything to compile. :-/
#
# The extra -I flag is to scoop up extra BSD-emulating headers.
-CFLAGS_BE+= -DSYSV_DIRENT -I$(POSTGRESDIR)/src/backend/port/sparc_solaris
+CFLAGS_BE+= -DSYSV_DIRENT -I$(srcdir)/backend/port/sparc_solaris
LDADD_BE+= -lsocket -lnsl
LD_ADD+= $(LDADD_BE)