From: Sandro Santilli Date: Mon, 24 Jan 2005 15:16:25 +0000 (+0000) Subject: Moved YACC default value set from inner to config Makefile. X-Git-Tag: pgis_1_0_0RC2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc0034f3eb273e661ccc022ac021911bd3ae6afa;p=postgis Moved YACC default value set from inner to config Makefile. git-svn-id: http://svn.osgeo.org/postgis/trunk@1336 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/Makefile.config b/Makefile.config index e0990a2cb..0bf2b662d 100644 --- a/Makefile.config +++ b/Makefile.config @@ -76,9 +76,10 @@ USE_ICONV ?= 0 LPATH ?= \$$libdir # -# Path to flex +# Path to flex, yacc # FLEX ?= flex +YACC ?= yacc #--------------------------------------------------------------- # END OF CONFIGURATION diff --git a/lwgeom/Makefile b/lwgeom/Makefile index 99fa7528e..f37623e70 100644 --- a/lwgeom/Makefile +++ b/lwgeom/Makefile @@ -11,13 +11,6 @@ ifeq ($(CXX),) CXX = c++ endif -#--------------------------------------------------------------- -# Default missing YACC variable to c++ -# -ifeq ($(YACC),) - YACC = yacc -endif - #--------------------------------------------------------------- # Shared library parameters. #