Browse Source

readme already removed - Makefile fix

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38063 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 years ago
parent
commit
0b0b8a4008
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/python/Makefile

+ 1 - 1
lib/python/Makefile

@@ -12,7 +12,7 @@ MODULES = core db raster vector
 PYFILES := $(patsubst %,$(DSTDIR)/%.py,$(MODULES) __init__)
 
 default: $(DSTDIR)
-	$(MAKE) $(PYFILES) $(DSTDIR)/README.txt
+	$(MAKE) $(PYFILES)
 
 $(PYDIR):
 	test -d $@ || $(MKDIR) -p $@