Explorar o código

fix typo in Makefile

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44397 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=14) %!d(string=hai) anos
pai
achega
46a5589f7e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/python/Makefile

+ 1 - 1
lib/python/Makefile

@@ -34,7 +34,7 @@ $(GDIR)/__init__.py: grass__init__.py | $(GDIR)
 $(DSTDIR)/%: % | $(DSTDIR)
 	$(INSTALL_DATA) $< $@
 
-setup.py: setup.py.tmp
+setup.py: setup.py.sed
 	sed \
 	-e 's#@LD_LIBRARY_PATH_VAR@#$(LD_LIBRARY_PATH_VAR)#' \
 	$< > $@