[GRASS-SVN] r57131 - grass/trunk/lib/cdhc

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jul 15 02:34:50 PDT 2013


Author: mmetz
Date: 2013-07-15 02:34:49 -0700 (Mon, 15 Jul 2013)
New Revision: 57131

Modified:
   grass/trunk/lib/cdhc/Makefile
Log:
cdhc: change make rules order inclusion

Modified: grass/trunk/lib/cdhc/Makefile
===================================================================
--- grass/trunk/lib/cdhc/Makefile	2013-07-15 08:24:22 UTC (rev 57130)
+++ grass/trunk/lib/cdhc/Makefile	2013-07-15 09:34:49 UTC (rev 57131)
@@ -1,13 +1,13 @@
 MODULE_TOPDIR = ../..
 
 include $(MODULE_TOPDIR)/include/Make/Vars.make
-include $(MODULE_TOPDIR)/include/Make/Doxygen.make
 
 MOD_OBJS := $(filter-out test.o port_test.o,$(AUTO_OBJS))
 
 LIB = CDHC
 
 include $(MODULE_TOPDIR)/include/Make/Lib.make
+include $(MODULE_TOPDIR)/include/Make/Doxygen.make
 
 default: lib
 	@echo "==============TEST============="
@@ -24,4 +24,4 @@
 
 $(OBJDIR)/test$(EXE): LIBES = $(GISLIB) $(CDHCLIB)
 
-DOXNAME = cdhc
\ No newline at end of file
+DOXNAME = cdhc



More information about the grass-commit mailing list