[GRASS-SVN] r40220 - grass/trunk/include/Make
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 4 16:01:22 EST 2010
Author: glynn
Date: 2010-01-04 16:01:21 -0500 (Mon, 04 Jan 2010)
New Revision: 40220
Modified:
grass/trunk/include/Make/Rules.make
Log:
Fix copy/paste bug
Modified: grass/trunk/include/Make/Rules.make
===================================================================
--- grass/trunk/include/Make/Rules.make 2010-01-04 18:49:33 UTC (rev 40219)
+++ grass/trunk/include/Make/Rules.make 2010-01-04 21:01:21 UTC (rev 40220)
@@ -41,7 +41,7 @@
-rm -rf $(OBJDIR) $(EXTRA_CLEAN_DIRS)
-rm -f $(EXTRA_CLEAN_FILES) *.tab.[ch] *.yy.c *.output *.backup *.tmp.html *.pyc
-if [ "$(CLEAN_SUBDIRS)" != "" ] ; then \
- @list='$(CLEAN_SUBDIRS)' ; \
+ list='$(CLEAN_SUBDIRS)' ; \
for dir in $$list ; do \
$(MAKE) -C $$dir clean ; \
done ; \
More information about the grass-commit
mailing list