[GRASS-SVN] r32705 - grass/trunk/locale

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 12 00:24:53 EDT 2008


Author: glynn
Date: 2008-08-12 00:24:52 -0400 (Tue, 12 Aug 2008)
New Revision: 32705

Modified:
   grass/trunk/locale/Makefile
Log:
locale isn't a module; don't include Module.make


Modified: grass/trunk/locale/Makefile
===================================================================
--- grass/trunk/locale/Makefile	2008-08-12 04:24:01 UTC (rev 32704)
+++ grass/trunk/locale/Makefile	2008-08-12 04:24:52 UTC (rev 32705)
@@ -3,7 +3,9 @@
 # wxpython by Martin Landa
 
 MODULE_TOPDIR = ..
-include $(MODULE_TOPDIR)/include/Make/Module.make
+include $(MODULE_TOPDIR)/include/Make/Platform.make
+include $(MODULE_TOPDIR)/include/Make/Grass.make
+include $(MODULE_TOPDIR)/include/Make/Rules.make
 
 default:
 	@if [ "$(HAVE_NLS)" != "" ] ; then echo "Creating translations (= 'make mo')" ; $(MAKE) mo ; else echo "NLS disabled, cannot translate (re-configure GRASS first)." ; fi



More information about the grass-commit mailing list