Reverting previous bad commit and going back to revision 1008

This commit is contained in:
igor175
2011-09-30 00:03:50 +00:00
parent 4e293f99ff
commit 8dd2dca7de
+2 -5
View File
@@ -71,9 +71,6 @@ cleanlib:
( cd SRC/VARIANTS; $(MAKE) clean )
( cd TESTING/MATGEN; $(MAKE) clean )
cleanblaslib:
( cd BLAS/SRC; $(MAKE) clean )
cleanblas_testing:
( cd BLAS/TESTING; $(MAKE) -f Makeblat1 clean )
( cd BLAS/TESTING; $(MAKE) -f Makeblat2 clean )
@@ -85,6 +82,6 @@ cleantesting:
( cd TESTING/EIG; $(MAKE) clean )
( cd TESTING; rm -f xlin* xeig* )
cleanall: cleanlib cleanblaslib cleanblas_testing cleantesting
rm -f *.a TESTING/*.out INSTALL/test*
cleanall: cleanlib cleanblas_testing cleantesting
rm -f *.a TESTING/*.out INSTALL/test* BLAS/*.out