summaryrefslogtreecommitdiff
path: root/odk/examples/cpp/remoteclient
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 10:08:54 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 10:08:54 +0000
commit19a6b711b3011fcc75e8d7b60e3fbe6e7e9a8f4f (patch)
treec4789a26cc528b78f35a462f552bd5acf7f49efa /odk/examples/cpp/remoteclient
parente5aacc86cc48906c175d1213675b24457c5aea18 (diff)
INTEGRATION: CWS jsc17 (1.12.8); FILE MERGED
2007/01/22 13:31:40 jsc 1.12.8.1: #i72793# integrate patch and verify all C++ makefile
Diffstat (limited to 'odk/examples/cpp/remoteclient')
-rw-r--r--odk/examples/cpp/remoteclient/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/cpp/remoteclient/Makefile b/odk/examples/cpp/remoteclient/Makefile
index 53dd41fbce87..6ce7553274bd 100644
--- a/odk/examples/cpp/remoteclient/Makefile
+++ b/odk/examples/cpp/remoteclient/Makefile
@@ -2,9 +2,9 @@
#
# $RCSfile: Makefile,v $
#
-# $Revision: 1.12 $
+# $Revision: 1.13 $
#
-# last change: $Author: ihi $ $Date: 2006-12-20 12:25:56 $
+# last change: $Author: obo $ $Date: 2007-01-25 11:08:54 $
#
# The Contents of this file are made available subject to the terms of
# the BSD license.
@@ -103,7 +103,7 @@ $(SHAREDLIB_OUT)/%.$(SHAREDLIB_EXT) : $(SLOFILES)
else
$(SHAREDLIB_OUT)/%.$(SHAREDLIB_EXT) : $(SLOFILES)
-$(MKDIR) $(subst /,$(PS),$(@D))
- $(LINK) $(COMP_LINK_FLAGS) $(LINK_LIBS) -o $@ $^\
+ $(LINK) $(COMP_LINK_FLAGS) $(LINK_LIBS) -o $@ $^ \
$(CPPUHELPERLIB) $(CPPULIB) $(SALLIB) $(STLPORTLIB) $(STC++LIB)
endif