From: Wolfgang Bangerth Date: Fri, 18 May 2001 10:04:43 +0000 (+0000) Subject: Fix thinko. X-Git-Tag: v8.0.0~19121 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d80854f64d80786482b2bac4809b3381152032ac;p=dealii.git Fix thinko. git-svn-id: https://svn.dealii.org/trunk@4673 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/Makefile b/deal.II/Makefile index 2d5fb3b3e3..387ad37b0b 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -177,7 +177,7 @@ clean-lib: # if that directory exists, go into 'tests' and clean up there as well clean-tests: - -cd tests ; $(MAKE) clean + -cd tests && $(MAKE) clean .PHONY: base baseg lac lacg 1d 2d 3d 1dg 2dg 3dg all \