Browse Source

locale isn't a module; don't include Module.make

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32705 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 17 years ago
parent
commit
00f75d1ea2
1 changed files with 3 additions and 1 deletions
  1. 3 1
      locale/Makefile

+ 3 - 1
locale/Makefile

@@ -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