[GRASS-SVN] r45433 - grass/branches/develbranch_6/gui/wxpython/scripts

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Feb 18 10:32:24 EST 2011


Author: martinl
Date: 2011-02-18 07:32:24 -0800 (Fri, 18 Feb 2011)
New Revision: 45433

Modified:
   grass/branches/develbranch_6/gui/wxpython/scripts/Makefile
Log:
gui/wxpython/scripts/Makefile: revert r45429 (broken make -jX)


Modified: grass/branches/develbranch_6/gui/wxpython/scripts/Makefile
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/scripts/Makefile	2011-02-18 15:20:12 UTC (rev 45432)
+++ grass/branches/develbranch_6/gui/wxpython/scripts/Makefile	2011-02-18 15:32:24 UTC (rev 45433)
@@ -14,12 +14,12 @@
 default: install_scripts
 
 install_scripts:
-	$(MAKE) $(SCRIPTDIR) $(PYFILES)
+	$(MAKE) $(PYFILES)
 
-$(SCRIPTDIR)/%: %.py
+$(SCRIPTDIR)/%: %.py | $(SCRIPTDIR)
 	$(INSTALL) $< $@
 
-$(SCRIPTDIR)/%.py: %.py
+$(SCRIPTDIR)/%.py: %.py | $(SCRIPTDIR)
 	$(INSTALL) $< $@
 
 $(SCRIPTDIR):



More information about the grass-commit mailing list