Browse Source

change menustrings.py rule (based on Glynn's notes)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@53566 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 years ago
parent
commit
3849b0e7c5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      gui/wxpython/Makefile

+ 2 - 1
gui/wxpython/Makefile

@@ -19,7 +19,8 @@ PYDSTDIRS := $(patsubst %,$(ETCDIR)/%,core dbmgr gcp gmodeler gui_core iclass lm
 	mapdisp modules nviz psmap swipe vdigit wxplot ogc_services)
 DSTDIRS := $(patsubst %,$(ETCDIR)/%,icons scripts xml)
 
-default: $(DSTFILES) menustrings.py
+default: $(DSTFILES)
+	-$(MAKE) menustrings.py
 	$(MAKE) parsubdirs
 
 $(ETCDIR)/%: % | $(PYDSTDIRS) $(DSTDIRS)