[GRASS-SVN] r37815 - grass/trunk/include/Make

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 10 22:52:48 EDT 2009


Author: glynn
Date: 2009-06-10 22:52:48 -0400 (Wed, 10 Jun 2009)
New Revision: 37815

Modified:
   grass/trunk/include/Make/ScriptRules.make
Log:
Remove support for shell scripts


Modified: grass/trunk/include/Make/ScriptRules.make
===================================================================
--- grass/trunk/include/Make/ScriptRules.make	2009-06-11 00:06:31 UTC (rev 37814)
+++ grass/trunk/include/Make/ScriptRules.make	2009-06-11 02:52:48 UTC (rev 37815)
@@ -7,7 +7,7 @@
 	if [ ! -d $(SCRIPTDIR) ]; then $(MKDIR) $(SCRIPTDIR); fi
 	$(INSTALL) $< $@
 
-$(SCRIPTDIR)/%: %
+$(SCRIPTDIR)/%.py: %.py
 	if [ ! -d $(SCRIPTDIR) ]; then $(MKDIR) $(SCRIPTDIR); fi
 	$(INSTALL) $< $@
 



More information about the grass-commit mailing list