Tue, Nov 22 2005
10:21:59
|
|
Request created by guest
|
|
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)
|
|
Tue, Nov 22 2005
17:04:57
|
|
Mail sent by mneteler
|
|
Thanks, fixed in CVS.
Markus |
|
Tue, Nov 22 2005
17:05:01
|
|
Status changed to resolved by mneteler
|
|