summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-05-30 17:22:43 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-30 17:26:24 +0200
commitd3829143ff1ee10b4c33bbacae9b01a67905d1fe (patch)
tree27f7ce1f2e2d2df03d8d126b10d531ad3d4f3831 /connectivity
parent67a8150360ad0728a10c281dfa065bc094e139eb (diff)
$(OUTDIR_FOR_BUILD) is wrong
Change-Id: Id0c7564d7355192842c0b0b248bf21379ef104cb
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/Library_postgresql-sdbc-impl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/Library_postgresql-sdbc-impl.mk b/connectivity/Library_postgresql-sdbc-impl.mk
index c31d22557d78..f412c7a85df3 100644
--- a/connectivity/Library_postgresql-sdbc-impl.mk
+++ b/connectivity/Library_postgresql-sdbc-impl.mk
@@ -59,7 +59,7 @@ $(eval $(call gb_Library_use_externals,postgresql-sdbc-impl,\
ifneq ($(SYSTEM_POSTGRESQL),YES)
ifneq ($(GUI)$(COM),WNTMSC)
-include $(OUTDIR_FOR_BUILD)/inc/postgresql/libpq-flags.mk
+include $(OUTDIR)/inc/postgresql/libpq-flags.mk
$(eval $(call gb_Library_add_libs,postgresql-sdbc-impl,\
$(if $(filter-out MACOSX,$(OS)),-Wl$(COMMA)--as-needed) \