summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.aix
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-01-19 21:19:12 +0000
committerBruce Momjian <bruce@momjian.us>2006-01-19 21:19:12 +0000
commit248c9bdfcb908ad4f7edaf7a3edd10e9ed3b58e4 (patch)
treea6c838ad6e6892689f50a33617bb31231a952ffd /src/makefiles/Makefile.aix
parentc52bafca45dedfc1656ab8489d831ff544f0d1be (diff)
downloadpostgresql-248c9bdfcb908ad4f7edaf7a3edd10e9ed3b58e4.tar.gz
Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for AIX and Darwin.
Diffstat (limited to 'src/makefiles/Makefile.aix')
-rw-r--r--src/makefiles/Makefile.aix2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.aix b/src/makefiles/Makefile.aix
index 3b21a74c92..a9c64d71c5 100644
--- a/src/makefiles/Makefile.aix
+++ b/src/makefiles/Makefile.aix
@@ -22,7 +22,7 @@ IMPSUFF= .imp
POSTGRES_IMP= postgres$(IMPSUFF)
ifdef PGXS
-BE_DLLLIBS= -Wl,-bI:$(DESTDIR)$(bindir)/postgres/$(POSTGRES_IMP)
+BE_DLLLIBS= -Wl,-bI:$(bindir)/postgres/$(POSTGRES_IMP)
else
BE_DLLLIBS= -Wl,-bI:$(top_builddir)/src/backend/$(POSTGRES_IMP)
endif