Fixed clean target to conform to GNU standard.

This commit is contained in:
falgout 2008-07-24 00:24:36 +00:00
parent 766d5f3afb
commit e4b2c44dce

View File

@ -59,11 +59,11 @@ clean:
@/bin/rm -f *.aux *.bbl *.blg *.dvi *.log *.dlog *.toc
@/bin/rm -f *.idx *.ilg *.ind *.brf *.out
@/bin/rm -f vref_manual.* vbref_manual.* version.tex
distclean: clean
@/bin/rm -fr HYPRE_dev_manual
@/bin/rm -f HYPRE_dev_manual.p*
distclean: clean
##################################################################
# Rules
##################################################################