projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f90c78
)
Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for Darwin.
author
Bruce Momjian
<bruce@momjian.us>
Thu, 19 Jan 2006 21:20:32 +0000
(21:20 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 19 Jan 2006 21:20:32 +0000
(21:20 +0000)
src/makefiles/Makefile.darwin
patch
|
blob
|
blame
|
history
diff --git
a/src/makefiles/Makefile.darwin
b/src/makefiles/Makefile.darwin
index 9d823a76a85ca61980fd8c856e5faf387ad24a84..9e254ee04b068ef592e9c2df8e609857c0e1ee30 100644
(file)
--- 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