From 5ad2709bbddf24950a17e3ca9164f1078397552f Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Tue, 5 Mar 2002 15:55:41 +0000 Subject: Fix for newer bison with .h files --- .../files/patch-solenv::inc::tg_yxx.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 editors/openoffice.org-1.1-devel/files/patch-solenv::inc::tg_yxx.mk (limited to 'editors/openoffice.org-1.1-devel/files/patch-solenv::inc::tg_yxx.mk') diff --git a/editors/openoffice.org-1.1-devel/files/patch-solenv::inc::tg_yxx.mk b/editors/openoffice.org-1.1-devel/files/patch-solenv::inc::tg_yxx.mk new file mode 100644 index 000000000000..a2af069cd0a4 --- /dev/null +++ b/editors/openoffice.org-1.1-devel/files/patch-solenv::inc::tg_yxx.mk @@ -0,0 +1,12 @@ +--- ../solenv/inc/tg_yxx.mk.orig Fri Feb 15 13:36:38 2002 ++++ ../solenv/inc/tg_yxx.mk +@@ -4,7 +4,8 @@ + @echo ------------------------------ + @echo Making: $@ + #.IF "$(GUI)"!="UNX" +- $(BISON) $(YACCFLAGS) $(YACCOUT)$/$(YACCTARGET) $(YACCFILES) ++ $(BISON) $(YACCFLAGS) $(YACCOUT)$/$(YACCTARGET).h $(YACCFILES) ++ $(BISON) -o $(YACCOUT)$/$(YACCTARGET) $(YACCFILES) + #.ELSE + # $(BISON) $(YACCFLAGS) $(YACCFILES) + # mv y.tab.c $(INCCOM)/rscyacc.yxx -- cgit v1.2.3