From 94e5642b878be92176a17a799d04c198ea852bc7 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Tue, 23 Jul 1996 03:24:47 +0000 Subject: [PATCH] More Merge's from Dr' sourec tree --- src/mk/port/postgres.mk.aix | 6 ++++-- src/mk/port/postgres.mk.sparc_solaris | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/mk/port/postgres.mk.aix b/src/mk/port/postgres.mk.aix index d9a60fd6fe..592443e08e 100644 --- a/src/mk/port/postgres.mk.aix +++ b/src/mk/port/postgres.mk.aix @@ -5,7 +5,7 @@ # # Copyright (c) 1994-5, Regents of the University of California # -# $Id: postgres.mk.aix,v 1.1.1.1 1996/07/09 06:22:20 scrappy Exp $ +# $Id: postgres.mk.aix,v 1.2 1996/07/23 03:24:47 scrappy Exp $ # # #------------------------------------------------------------------------- @@ -43,8 +43,10 @@ CFLAGS_BE+= -qchars=signed -qmaxmem=4000 -DHAVE_ANSI_CPP EXPSUFF= .exp SLSUFF= .so +MKLDEXPORT=$(srcdir)/backend/port/aix/mkldexport.sh + %$(EXPSUFF): %.o - mkldexport $(objdir)/$( $(objdir)/$(@F) + $(MKLDEXPORT) $(objdir)/$( $(objdir)/$(@F) %.so: %.o %$(EXPSUFF) @echo The link stage here: diff --git a/src/mk/port/postgres.mk.sparc_solaris b/src/mk/port/postgres.mk.sparc_solaris index 129138ae27..4f86e1859f 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) -- 2.40.0