]> granicus.if.org Git - postgis/commitdiff
Moved YACC default value set from inner to config Makefile.
authorSandro Santilli <strk@keybit.net>
Mon, 24 Jan 2005 15:16:25 +0000 (15:16 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 24 Jan 2005 15:16:25 +0000 (15:16 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1336 b70326c6-7e19-0410-871a-916f4a2858ee

Makefile.config
lwgeom/Makefile

index e0990a2cb7929f6821186a757ae7b02ea6357cd8..0bf2b662df8f8c1b813ebbe2c57e684f2fbd5090 100644 (file)
@@ -76,9 +76,10 @@ USE_ICONV ?= 0
 LPATH ?= \$$libdir
 
 #
-# Path to flex
+# Path to flex, yacc
 #
 FLEX ?= flex
+YACC ?= yacc
 
 #---------------------------------------------------------------
 # END OF CONFIGURATION
index 99fa7528e438694b1783980572254ecaa2aafab9..f37623e709d85a972d8a524d8516ff749c0c21d8 100644 (file)
@@ -11,13 +11,6 @@ ifeq ($(CXX),)
        CXX = c++
 endif
 
-#---------------------------------------------------------------
-# Default missing YACC variable to c++
-# 
-ifeq ($(YACC),) 
-       YACC = yacc
-endif
-
 #---------------------------------------------------------------
 # Shared library parameters.
 #