Explorar o código

readme already removed - Makefile fix

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38063 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=16) %!d(string=hai) anos
pai
achega
0b0b8a4008
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 $@