From fd82c744deeb01c2e9206ec379da532879a78bd3 Mon Sep 17 00:00:00 2001 From: goodale Date: Sun, 10 Dec 2000 23:29:58 +0000 Subject: Adding missing tabs. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1920 17b73243-c579-4c4c-a9d2-2d5706c11dac --- Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e6fe125a..162edbb3 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # # # @enddesc -# @version $Id: Makefile,v 1.99 2000-11-21 16:25:04 allen Exp $ +# @version $Id: Makefile,v 1.100 2000-12-10 23:29:58 goodale Exp $ # @@*/ ################################################################################## @@ -625,10 +625,9 @@ endif then \ cp $(THORNLIST_DIR)/$(THORNLIST) $(CONFIGS_DIR)/$(@:%-config=%)/ThornList;\ fi ;\ - if test -n "$(THORNS)" ; \ - then \ - echo $(THORNS) >> $(CONFIGS_DIR)/$@/ThornList ; \ - fi ; \ + if test -n "$(THORNS)" ; then \ + echo $(THORNS) >> $(CONFIGS_DIR)/$@/ThornList ; \ + fi ; \ echo $(DIVIDER) ; \ if test "x$(PROMPT)" = "xno" ; then \ $(MAKE) $(@:%-config=%) WARN=$(WARN); \ -- cgit v1.2.3