diff options
author | mxiao <mxiao@openoffice.org> | 2002-09-19 07:52:58 +0000 |
---|---|---|
committer | mxiao <mxiao@openoffice.org> | 2002-09-19 07:52:58 +0000 |
commit | 50b4ec7842621d1edddeb597bd2582c0c3f9cd1a (patch) | |
tree | 5e65f51542c7dc957be5b24262882694867840e1 /sal | |
parent | 8155cd9c4da7b80527a8ecf5ee85e411ce7a3f33 (diff) |
#102665 bug fixed of map file rule
Diffstat (limited to 'sal')
-rw-r--r-- | sal/qa/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sal/qa/makefile.mk b/sal/qa/makefile.mk index 30eaf0bd1801..860dfd9a28e1 100644 --- a/sal/qa/makefile.mk +++ b/sal/qa/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: mxiao $ $Date: 2002-09-17 08:38:40 $ +# last change: $Author: mxiao $ $Date: 2002-09-19 08:52:58 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -127,8 +127,8 @@ $(MISC)$/$(SHL1TARGET).map : sce$/$(SHL1TARGET).sce +$(TYPE) mapFooter >> $(MISC)$/$(SHL1TARGET).map $(MISC)$/$(SHL2TARGET).map : sce$/$(SHL2TARGET).sce - +$(RM) $(MISC)$/$(SHL1TARGET).tst - +$(RM) $(MISC)$/$(SHL1TARGET).map + +$(RM) $(MISC)$/$(SHL2TARGET).tst + +$(RM) $(MISC)$/$(SHL2TARGET).map +$(TYPE) $< | sed $(REGEXP) > $@ +$(TYPE) $@ | sed "s/^/test_/" >> $(MISC)$/$(SHL2TARGET).tst +$(TYPE) mapHeader > $(MISC)$/$(SHL2TARGET).map |