diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-20 08:27:04 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-20 08:27:04 +0000 |
commit | f501f0b55fde2c61a0df2fc7e9c7404a53c2dd84 (patch) | |
tree | f73bc5610a52240e481350daa3cb5d73847ce266 /cppu/test | |
parent | e2ff9f625e354f7126c69b65fa2b1f7bf6fea169 (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/test')
-rw-r--r-- | cppu/test/alignment/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/test/alignment/makefile.mk b/cppu/test/alignment/makefile.mk index f2605350bd31..d4840b482231 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 ------------------------------------------------------ |