aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-01-19 21:20:32 +0000
committerBruce Momjian <bruce@momjian.us>2006-01-19 21:20:32 +0000
commit1f57f2e311f6538e38181497428c1153535cefb6 (patch)
tree525a2ff702edcbeabb75c539d4f4ede871a3e88b
parent2f90c781e89f298988f1a12363711f39e320815f (diff)
downloadpostgresql-1f57f2e311f6538e38181497428c1153535cefb6.tar.gz
postgresql-1f57f2e311f6538e38181497428c1153535cefb6.zip
Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for Darwin.
-rw-r--r--src/makefiles/Makefile.darwin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.darwin b/src/makefiles/Makefile.darwin
index 9d823a76a85..9e254ee04b0 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