summaryrefslogtreecommitdiff
path: root/solenv/inc/tg_srs.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-04-08 14:10:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-04-08 14:10:07 +0000
commitd217041efd541246da79f72a907b2335a3aca59d (patch)
tree9d7283126bd52b680fa75d4e1c41dd431ff1ec13 /solenv/inc/tg_srs.mk
parent7d1dd2a4ed891dc0aa1fc4c23fae3ed129c10bd0 (diff)
INTEGRATION: CWS ause09 (1.10.56); FILE MERGED
2004/04/02 16:14:18 hjs 1.10.56.1: #i27314# additional parameter for rscdep
Diffstat (limited to 'solenv/inc/tg_srs.mk')
-rw-r--r--solenv/inc/tg_srs.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/tg_srs.mk b/solenv/inc/tg_srs.mk
index bc071e875cee..d663ddc46899 100644
--- a/solenv/inc/tg_srs.mk
+++ b/solenv/inc/tg_srs.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: tg_srs.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: kz $ $Date: 2003-08-25 15:40:47 $
+# last change: $Author: hr $ $Date: 2004-04-08 15:10:07 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -153,7 +153,7 @@ $(MISC)$/$(PWD:f).$(SRS$(TNR)NAME).dprr: $(SRC$(TNR)FILES) $(HIDSRS$(TNR)PARTICL
@echo ------------------------------
@echo Making: $@
+-$(RM) $(MISC)$/$(PWD:f).$(SRS$(TNR)NAME).dprr >& $(NULLDEV)
- +$(RSC) $(SRSDEFAULT) $(RSC_SRS_CHARSET) $(RSCFLAGS) -I$(RSCEXTINC) -I$(INCLOCPRJ) -I$(INCLOCAL) -I$(INC) -I$(INCCOM) $(RSCDEFS) $(RSCUPDVERDEF) -fp$@ $(SRC$(TNR)FILES)
+ +$(RSC) $(SRSDEFAULT) $(RSC_SRS_CHARSET) $(RSCFLAGS) -I$(RSCEXTINC) -I$(INCLOCPRJ) -I$(INCLOCAL) -I$(INC) -I$(INCCOM) $(RSCDEFS) $(RSCUPDVERDEF) -fp$(SRS)$/$(SRS$(TNR)NAME).srs -fo$@ $(SRC$(TNR)FILES)
$(SRS)$/$(SRS$(TNR)NAME).srs: $(SRC$(TNR)FILES)
@echo ------------------------------