Kaydet (Commit) d7d4377c authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

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
üst ca84a3f0
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment