]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for Darwin.
authorBruce Momjian <bruce@momjian.us>
Thu, 19 Jan 2006 21:20:32 +0000 (21:20 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 19 Jan 2006 21:20:32 +0000 (21:20 +0000)
src/makefiles/Makefile.darwin

index 9d823a76a85ca61980fd8c856e5faf387ad24a84..9e254ee04b068ef592e9c2df8e609857c0e1ee30 100644 (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