[GRASS-SVN] r44397 - grass/trunk/lib/python

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 24 08:33:15 EST 2010


Author: martinl
Date: 2010-11-24 05:33:15 -0800 (Wed, 24 Nov 2010)
New Revision: 44397

Modified:
   grass/trunk/lib/python/Makefile
Log:
fix typo in Makefile


Modified: grass/trunk/lib/python/Makefile
===================================================================
--- grass/trunk/lib/python/Makefile	2010-11-24 13:28:50 UTC (rev 44396)
+++ grass/trunk/lib/python/Makefile	2010-11-24 13:33:15 UTC (rev 44397)
@@ -34,7 +34,7 @@
 $(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)#' \
 	$< > $@



More information about the grass-commit mailing list