summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-20 08:27:04 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-20 08:27:04 +0000
commit16c24741acecc06ee3e3521a397d987684972396 (patch)
tree769fcab6b949820c324c3905d61644f59ead3476 /cppu
parent08f2497b669dd64cd33a1f72a9a03ce20dfe2bec (diff)
INTEGRATION: CWS sb21 (1.2.140); FILE MERGED
2004/08/03 13:14:16 sb 1.2.140.1: #i25687# Made test work again.
Diffstat (limited to 'cppu')
-rw-r--r--cppu/test/alignment/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/test/alignment/makefile.mk b/cppu/test/alignment/makefile.mk
index f2605350b..d4840b482 100644
--- a/cppu/test/alignment/makefile.mk
+++ b/cppu/test/alignment/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: dbo $ $Date: 2001-11-08 16:21:44 $
+# last change: $Author: rt $ $Date: 2004-08-20 09:27:04 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -99,7 +99,7 @@ APP1STDLIBS += $(CPPUHELPERLIB) $(CPPULIB) $(SALHELPERLIB) $(SALLIB)
APP1TARGET = pass1
APP2OBJS = $(OBJ)$/pass2.obj
-#APP2STDLIBS += $(CPPUHELPERLIB) $(CPPULIB) $(SALLIB)
+APP2STDLIBS = $(SALLIB)
APP2TARGET = pass2
# --- Targets ------------------------------------------------------