From 79d427133aef4e98d8668bdad4d975606c5d5daa Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 10 Sep 2002 15:50:43 +0000 Subject: [PATCH] just reindent git-svn-id: https://svn.dealii.org/trunk@6390 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/hsl/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deal.II/contrib/hsl/Makefile b/deal.II/contrib/hsl/Makefile index 7686d319f9..febd87264a 100644 --- a/deal.II/contrib/hsl/Makefile +++ b/deal.II/contrib/hsl/Makefile @@ -51,13 +51,13 @@ clean: -#Rule to generate the dependency file. This file is -#automagically remade whenever needed, i.e. whenever -#one of the f-files changed. Make detects whether -#to remake this file upon inclusion at the bottom -#of this file. +# Rule to generate the dependency file. This file is +# automagically remade whenever needed, i.e. whenever +# one of the f-files changed. Make detects whether +# to remake this file upon inclusion at the bottom +# of this file. # -#note that we take care if there are no f-files +# note that we take care if there are no f-files Makefile.dep: $(f-files) Makefile @echo ============================ Remaking Makefile @(if test "x$(f-files)" != "x" ; then \ -- 2.39.5