diff options
Diffstat (limited to 'editors/openoffice.org-2.0-devel/files/patch-solenv::inc::tg_yxx.mk')
-rw-r--r-- | editors/openoffice.org-2.0-devel/files/patch-solenv::inc::tg_yxx.mk | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/patch-solenv::inc::tg_yxx.mk b/editors/openoffice.org-2.0-devel/files/patch-solenv::inc::tg_yxx.mk deleted file mode 100644 index 0b99a3553cad..000000000000 --- a/editors/openoffice.org-2.0-devel/files/patch-solenv::inc::tg_yxx.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../solenv/inc/tg_yxx.mk.orig Wed Sep 20 16:43:18 2000 -+++ ../solenv/inc/tg_yxx.mk Wed Mar 6 10:47:24 2002 -@@ -4,7 +4,9 @@ - @echo ------------------------------ - @echo Making: $@ - #.IF "$(GUI)"!="UNX" -+ $(BISON) $(YACCFLAGS) $(YACCOUT)$/$(YACCTARGET).h $(YACCFILES) - $(BISON) $(YACCFLAGS) $(YACCOUT)$/$(YACCTARGET) $(YACCFILES) -+ $(BISON) -o $(YACCOUT)$/$(YACCTARGET) $(YACCFILES) - #.ELSE - # $(BISON) $(YACCFLAGS) $(YACCFILES) - # mv y.tab.c $(INCCOM)/rscyacc.yxx |