Przeglądaj źródła

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 lat temu
rodzic
commit
04b1b24bfc

+ 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