summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1-devel/files/patch-solenv::inc::tg_yxx.mk
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-03-05 15:55:41 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-03-05 15:55:41 +0000
commit5ad2709bbddf24950a17e3ca9164f1078397552f (patch)
treede9da406b09ef22e1f80821e89038c4b5b57626e /editors/openoffice.org-1.1-devel/files/patch-solenv::inc::tg_yxx.mk
parentFix file extraction (diff)
Fix for newer bison with .h files
Notes
Notes: svn path=/head/; revision=55582
Diffstat (limited to 'editors/openoffice.org-1.1-devel/files/patch-solenv::inc::tg_yxx.mk')
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-solenv::inc::tg_yxx.mk12
1 files changed, 12 insertions, 0 deletions
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