From b423b36138f4699770a3b35c3a96bb6616d096cb Mon Sep 17 00:00:00 2001 From: maier Date: Wed, 23 Jan 2013 12:51:14 +0000 Subject: [PATCH] Bugfix git-svn-id: https://svn.dealii.org/branches/branch_cmake@28164 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5