[GRASS-SVN] r38066 - grass/branches/releasebranch_6_4/lib/python
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 24 14:34:42 EDT 2009
Author: martinl
Date: 2009-06-24 14:34:42 -0400 (Wed, 24 Jun 2009)
New Revision: 38066
Modified:
grass/branches/releasebranch_6_4/lib/python/Makefile
Log:
readme already removed - Makefile fix
Modified: grass/branches/releasebranch_6_4/lib/python/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/lib/python/Makefile 2009-06-24 18:30:26 UTC (rev 38065)
+++ grass/branches/releasebranch_6_4/lib/python/Makefile 2009-06-24 18:34:42 UTC (rev 38066)
@@ -14,7 +14,7 @@
PYFILES := $(patsubst %,$(DSTDIR)/%.py,$(MODULES) __init__)
default: $(DSTDIR)
- $(MAKE) $(PYFILES) $(DSTDIR)/README.txt
+ $(MAKE) $(PYFILES)
$(PYDIR):
test -d $@ || $(MKDIR) -p $@
More information about the grass-commit
mailing list