Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for Darwin.

This commit is contained in:
Bruce Momjian 2006-01-19 21:20:32 +00:00
parent 2f90c781e8
commit 1f57f2e311

View File

@ -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