From 5ee03bd0eedb810df438fa043b99f9a5f8cf5276 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Wed, 6 Mar 2002 11:09:27 +0000 Subject: Bison > 1.3 fixes, sync with NetBSD port source --- .../files/patch-connectivity::source::parse::makefile.mk | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'editors/openoffice.org-2.0-devel/files/patch-connectivity::source::parse::makefile.mk') diff --git a/editors/openoffice.org-2.0-devel/files/patch-connectivity::source::parse::makefile.mk b/editors/openoffice.org-2.0-devel/files/patch-connectivity::source::parse::makefile.mk index 96260511753d..7000bf23cc00 100644 --- a/editors/openoffice.org-2.0-devel/files/patch-connectivity::source::parse::makefile.mk +++ b/editors/openoffice.org-2.0-devel/files/patch-connectivity::source::parse::makefile.mk @@ -1,14 +1,10 @@ ---- ../connectivity/source/parse/makefile.mk.orig Sat Mar 2 21:01:23 2002 -+++ ../connectivity/source/parse/makefile.mk Sat Mar 2 21:03:09 2002 -@@ -97,7 +97,11 @@ +--- ../connectivity/source/parse/makefile.mk.orig Wed Mar 6 10:39:52 2002 ++++ ../connectivity/source/parse/makefile.mk Wed Mar 6 10:40:07 2002 +@@ -95,6 +95,7 @@ + +flex -i -8 -PSQLyy -L -o$(MISC)$/sqlflex.cxx sqlflex.l + $(MISC)$/sqlbison.cxx: sqlbison.y ++ +bison -v -d -pSQLyy -l -bsql -o$(MISC)$/sqlbison.cxx.h sqlbison.y +bison -v -d -pSQLyy -l -bsql -o$(MISC)$/sqlbison.cxx sqlbison.y -$(MKDIR) $(OUT)$/inc$/connectivity -+.IF "$(OS)"=="FREEBSD" || "$(OS)"=="NETBSD" -+ +$(COPY) $(MISC)$/sqlbison.hxx $(OUT)$/inc$/connectivity$/sqlbison.hxx -+.ELSE +$(COPY) $(MISC)$/sqlbison.cxx.h $(OUT)$/inc$/connectivity$/sqlbison.hxx -+.ENDIF - - $(SLO)$/sqlbison.obj : $(MISC)$/sqlbison.cxx - -- cgit v1.2.3