Browse Source

fix typo in Makefile

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44397 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 years ago
parent
commit
46a5589f7e
1 changed files with 1 additions and 1 deletions
  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)#' \
 	$< > $@