diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-03-06 11:09:27 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-03-06 11:09:27 +0000 |
commit | 5ee03bd0eedb810df438fa043b99f9a5f8cf5276 (patch) | |
tree | 584df24890d8ce7b518b76ea183fac909ef875ee /editors/openoffice.org-2.0-devel/files/patch-connectivity::source::parse::makefile.mk | |
parent | Don't install files that aren't used anyway. (diff) |
Bison > 1.3 fixes, sync with NetBSD port source
Notes
Notes:
svn path=/head/; revision=55628
Diffstat (limited to 'editors/openoffice.org-2.0-devel/files/patch-connectivity::source::parse::makefile.mk')
-rw-r--r-- | editors/openoffice.org-2.0-devel/files/patch-connectivity::source::parse::makefile.mk | 16 |
1 files changed, 6 insertions, 10 deletions
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 - |