summaryrefslogtreecommitdiff
path: root/solenv/inc/tg_yxx.mk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-12-16 10:39:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-12-16 10:39:28 +0000
commitd7d4377cbb0b2d9cc413ccfab7d72f632f1b8a5c (patch)
tree1c6f29e4e30eca580bda8ea383d2badc2de58d0d /solenv/inc/tg_yxx.mk
parentca84a3f0ec4f4f13138406ac877dc0266eb72952 (diff)
INTEGRATION: CWS ause06 (1.8.56); FILE MERGED
2003/09/19 17:17:24 hjs 1.8.56.1: #112248# make -o belong to YACCTARGET
Diffstat (limited to 'solenv/inc/tg_yxx.mk')
-rw-r--r--solenv/inc/tg_yxx.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/solenv/inc/tg_yxx.mk b/solenv/inc/tg_yxx.mk
index c67bee9697fd..0eaa7401f9f4 100644
--- a/solenv/inc/tg_yxx.mk
+++ b/solenv/inc/tg_yxx.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: tg_yxx.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: hr $ $Date: 2003-04-28 16:46:02 $
+# last change: $Author: vg $ $Date: 2003-12-16 11:39:28 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -70,7 +70,7 @@ $(MISC)$/%.cxx : %.y
.ELSE
+cat $< > $(MISC)$/stripped_$<
.ENDIF
- $(BISON) $(YACCFLAGS) $(YACCTARGET) $(MISC)$/stripped_$<
+ $(BISON) $(YACCFLAGS) -o $(YACCTARGET) $(MISC)$/stripped_$<
# removing -f switch - avoid getting nothing when copying a file to itself
@+-$(COPY:s/-f//) $@.h $(INCCOM)$/$(@:b).hxx >& $(NULLDEV)
@+-$(COPY:s/-f//) $(@:d)$/$(@:b).hxx $(INCCOM)$/$(@:b).hxx >& $(NULLDEV)
@@ -84,7 +84,7 @@ $(INCCOM)$/yy%.cxx : %.y
.ELSE
+cat $< > $(MISC)$/stripped_$<
.ENDIF
- $(BISON) $(YACCFLAGS) $(YACCTARGET) $(MISC)$/stripped_$<
+ $(BISON) $(YACCFLAGS) -o $(YACCTARGET) $(MISC)$/stripped_$<
# removing -f switch - avoid getting nothing when copying a file to itself
@+-$(COPY:s/-f//) $@.h $(INCCOM)$/$(@:b).hxx >& $(NULLDEV)
@+-$(COPY:s/-f//) $(@:d)$/$(@:b).hxx $(INCCOM)$/$(@:b).hxx >& $(NULLDEV)