From: Bruce Momjian Date: Thu, 19 Jan 2006 21:20:32 +0000 (+0000) Subject: Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for Darwin. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=c7f057bfd59219a1b8e07a2dfb64e4e1a29e7f8f;p=users%2Fbernd%2Fpostgres.git Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for Darwin. --- diff --git a/src/makefiles/Makefile.darwin b/src/makefiles/Makefile.darwin index 9d823a76a8..9e254ee04b 100644 --- a/src/makefiles/Makefile.darwin +++ b/src/makefiles/Makefile.darwin @@ -5,7 +5,7 @@ DLSUFFIX = .so CFLAGS_SL = ifdef PGXS -BE_DLLLIBS= -bundle_loader $(DESTDIR)$(bindir)/postgres +BE_DLLLIBS= -bundle_loader $(bindir)/postgres else BE_DLLLIBS= -bundle_loader $(top_builddir)/src/backend/postgres endif