summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-12-10 23:29:58 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-12-10 23:29:58 +0000
commitfd82c744deeb01c2e9206ec379da532879a78bd3 (patch)
tree8c1506ed5a3e295a3f648a0149303845a2bcd9f9 /Makefile
parente811a23be47c21ba1b7f12319cc97bebd213211b (diff)
Adding missing tabs.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1920 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 4 insertions, 5 deletions
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); \