From: maier Date: Wed, 23 Jan 2013 12:51:14 +0000 (+0000) Subject: Bugfix X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b423b36138f4699770a3b35c3a96bb6616d096cb;p=dealii-svn.git Bugfix git-svn-id: https://svn.dealii.org/branches/branch_cmake@28164 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/Makefile b/deal.II/Makefile index 94aa101fa8..39a8da0fc4 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -9,7 +9,7 @@ indent: @for f in $(style-h-files) $(style-cc-files) $(style-examples) ;\ do\ echo $$f ;\ - astyle --options=common/astyle.rc $$f ;\ + astyle --options=contrib/utilities/astyle.rc $$f ;\ done .PHONY: indent