summaryrefslogtreecommitdiff
path: root/solenv/inc/tg_srs.mk
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-07-14 06:33:03 +0000
committerRüdiger Timm <rt@openoffice.org>2004-07-14 06:33:03 +0000
commit87278adfa13c8e894483727731b5f8e9c1620d56 (patch)
treea32864e4dae7c558d89ab403b1d5facda4ae21db /solenv/inc/tg_srs.mk
parent8a497086171342a786103d72f915a9cad30d2fa5 (diff)
#i10000# Syntax: multi letter switches (as, f.e., -fp) need a '='.
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 b580240f88e6..ce87d2c0a4c1 100644
--- a/solenv/inc/tg_srs.mk
+++ b/solenv/inc/tg_srs.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: tg_srs.mk,v $
#
-# $Revision: 1.13 $
+# $Revision: 1.14 $
#
-# last change: $Author: rt $ $Date: 2004-07-13 16:42:37 $
+# last change: $Author: rt $ $Date: 2004-07-14 07:33:03 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -184,7 +184,7 @@ $(SRS)$/$(SRS$(TNR)NAME).srs: $(foreach,i,$(SRC$(TNR)FILES) $(subst,$(OUTPATH),$
+$(RSC) -presponse @$(mktmp \
$(SRSDEFAULT) $(RSC_SRS_CHARSET) $(RSCFLAGS) -I$(RSCEXTINC) \
$(INCLUDE) $(RSCDEFS) $(RSCUPDVERDEF) \
- -fp$@.$(INPATH) \
+ -fp=$@.$(INPATH) \
$(foreach,i,$(SRC$(TNR)FILES) $(subst,$(OUTPATH),$(COMMON_OUTDIR) $(MISC))$/$(TARGET)$/$i) \
)
+-$(RM) $@