From 2bcedda9b08ee6b851e0180098c56cfbebad8337 Mon Sep 17 00:00:00 2001 From: Hans-Joachim Lankenau Date: Fri, 26 Apr 2002 09:33:23 +0000 Subject: [PATCH] support multiprocess builds --- connectivity/source/parse/makefile.mk | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/connectivity/source/parse/makefile.mk b/connectivity/source/parse/makefile.mk index 7df7702bba25..72f676c14de8 100644 --- a/connectivity/source/parse/makefile.mk +++ b/connectivity/source/parse/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: hjs $ $Date: 2002-03-06 13:18:41 $ +# last change: $Author: hjs $ $Date: 2002-04-26 10:33:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -93,6 +93,8 @@ EXCEPTIONSFILES = \ .INCLUDE : target.mk -$(MISC)$/sqlflex.cxx: sqlflex.l +$(MISC)$/%.cxx: %.l +flex -i -8 -PSQLyy -L -o$(MISC)$/sqlflex.cxx sqlflex.l +$(INCCOM)$/sqlbison.hxx : $(YACCTARGET) +$(EXCEPTIONSFILES) : $(INCCOM)$/sqlbison.hxx