File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 55#
66# Copyright (c) 1994-5, Regents of the University of California
77#
8- # $Id: postgres.mk.aix,v 1.1.1.1 1996/07/09 06:22:20 scrappy Exp $
8+ # $Id: postgres.mk.aix,v 1.2 1996/07/23 03:24:47 scrappy Exp $
99#
1010#
1111#-------------------------------------------------------------------------
@@ -43,8 +43,10 @@ CFLAGS_BE+= -qchars=signed -qmaxmem=4000 -DHAVE_ANSI_CPP
4343EXPSUFF= .exp
4444SLSUFF= .so
4545
46+ MKLDEXPORT=$(srcdir)/backend/port/aix/mkldexport.sh
47+
4648%$(EXPSUFF): %.o
47- mkldexport $(objdir)/$(<F) `pwd` > $(objdir)/$(@F)
49+ $(MKLDEXPORT) $(objdir)/$(<F) `pwd` > $(objdir)/$(@F)
4850
4951%.so: %.o %$(EXPSUFF)
5052 @echo The link stage here:
Original file line number Diff line number Diff line change 55#
66# Copyright (c) 1994-5, Regents of the University of California
77#
8- # $Id: postgres.mk.sparc_solaris,v 1.1.1.1 1996/07/09 06:22:20 scrappy Exp $
8+ # $Id: postgres.mk.sparc_solaris,v 1.2 1996/07/23 03:24:47 scrappy Exp $
99#
1010#-------------------------------------------------------------------------
1111ifndef MK_PORT
@@ -29,7 +29,7 @@ INSTALL=/usr/ucb/install
2929# everything to compile. :-/
3030#
3131# The extra -I flag is to scoop up extra BSD-emulating headers.
32- CFLAGS_BE+= -DSYSV_DIRENT -I$(POSTGRESDIR)/src /backend/port/sparc_solaris
32+ CFLAGS_BE+= -DSYSV_DIRENT -I$(srcdir) /backend/port/sparc_solaris
3333LDADD_BE+= -lsocket -lnsl
3434
3535LD_ADD+= $(LDADD_BE)
You can’t perform that action at this time.
0 commit comments