Browse Source

Move dbstubs.h to fix build failures from https://trac.osgeo.org/grass/changeset/66773

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66817 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 9 years ago
parent
commit
04b1b24bfc
3 changed files with 2 additions and 2 deletions
  1. 1 1
      lib/db/dbmi_base/Makefile
  2. 0 0
      lib/db/dbmi_base/dbstubs.h
  3. 1 1
      lib/db/dbmi_driver/Makefile

+ 1 - 1
lib/db/dbmi_base/Makefile

@@ -6,7 +6,7 @@ LIB = DBMIBASE
 
 include $(MODULE_TOPDIR)/include/Make/Lib.make
 
-default: lib
+default: lib $(ARCH_INCDIR)/dbstubs.h
 
 
 

lib/db/dbmi_driver/dbstubs.h → lib/db/dbmi_base/dbstubs.h


+ 1 - 1
lib/db/dbmi_driver/Makefile

@@ -6,5 +6,5 @@ LIB = DBMIDRIVER
 
 include $(MODULE_TOPDIR)/include/Make/Lib.make
 
-default: lib $(ARCH_INCDIR)/dbstubs.h
+default: lib