this bug's URL: http://intevation.de/rt/webrt?serial_num=3854
-------------------------------------------------------------------------
Subject: Error in db/drivers/Makefile
Platform: Mac OSX
grass obtained from: CVS
grass binary for platform: Compiled from Sources
There is an error in db/drivers/Makefile
rows 19-34
# add mysql:
ifneq ($(strip $(MYSQLLIB)),)
SUBDIRS4 = mysql
endif
# add SQLite:
ifneq ($(strip $(SQLITELIB)),)
- SUBDIRS4 = sqlite
+ SUBDIRS5 = sqlite
endif
# add ogr:
ifneq ($(strip $(USE_OGR)),)
- SUBDIRS5 = ogr
+ SUBDIRS6 = ogr
endif
- SUBDIRS = $(SUBDIRS1) $(SUBDIRS2) $(SUBDIRS3) $(SUBDIRS4) $(SUBDIRS5)
+ SUBDIRS = $(SUBDIRS1) $(SUBDIRS2) $(SUBDIRS3) $(SUBDIRS4) $(SUBDIRS5) $(SUBDIRS6)
-------------------------------------------- Managed by Request Tracker