summaryrefslogtreecommitdiff
path: root/codemaker/source/cppumaker/makefile.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-04-14 07:11:04 +0200
committerDavid Tardon <dtardon@redhat.com>2012-04-14 07:22:15 +0200
commit55823d331e5adc2d97cf3c8670bdb6f54f772ded (patch)
treecba8d979ed7afde41764cdd7313762bf9076f49a /codemaker/source/cppumaker/makefile.mk
parent5d66587d7931c6a41107969f5d0942d880ce0943 (diff)
replace APP?RPATH SDK by SDKBIN in old build system
Commit 0c80ad06fd96a4fec062a7edfff12bb65ef204b4 broke MacOS X builds because of this discrepancy. It would be easy to accept both, but I think it is better to be consistent with gbuild.
Diffstat (limited to 'codemaker/source/cppumaker/makefile.mk')
-rw-r--r--codemaker/source/cppumaker/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/codemaker/source/cppumaker/makefile.mk b/codemaker/source/cppumaker/makefile.mk
index 25e881a8566f..6904c5244b2c 100644
--- a/codemaker/source/cppumaker/makefile.mk
+++ b/codemaker/source/cppumaker/makefile.mk
@@ -64,7 +64,7 @@ NOOPTFILES= \
$(OBJ)$/cpputype.obj
APP1TARGET= $(TARGET)
-APP1RPATH=SDK
+APP1RPATH=SDKBIN
APP1OBJS= $(OBJFILES)
APP1DEPN= $(OUT)$/lib$/$(CODEMAKERLIBDEPN) $(OUT)$/lib$/$(COMMONCPPLIBDEPN)