From: Martin Kronbichler Date: Fri, 4 Dec 2009 11:49:50 +0000 (+0000) Subject: Fix the distclean command. X-Git-Tag: v8.0.0~6762 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=435dd57cc323e7f479e5cda12f50bcbfa092a806;p=dealii.git Fix the distclean command. git-svn-id: https://svn.dealii.org/trunk@20200 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile b/tests/Makefile index 32c97c5102..158047ae3c 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -63,7 +63,7 @@ refs-%: # clean up output files clean: $(addprefix clean-,$(nofail-dirs) fail) -distclean: $(addprefix clean-,$(nofail-dirs) fail) +distclean: $(addprefix distclean-,$(nofail-dirs) fail) clean-%: cd $(@:clean-%=%) && $(MAKE) clean distclean-%: