summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-12-29 14:11:16 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-12-29 14:11:16 +0000
commit687f120853f38d6e7af80a5d4ffa91067f09b643 (patch)
tree5e44ecde0e579ede992548295d72d6b5db5d236c /Makefile
parent44a6a092be0925fd7058d85c15887ed7db1094a8 (diff)
Removed the (unnecessary) option '-reconfig=1' to get rid of runtime warning
when calling setup_configuration.pl. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3481 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 735a806e..080aabd7 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.146 2003-10-13 18:58:00 schnetter Exp $
+# @version $Id: Makefile,v 1.147 2003-12-29 14:11:16 tradke Exp $
# @@*/
##################################################################################
@@ -664,7 +664,7 @@ ifneq ($strip($(CONFIGURATIONS)),)
$(addsuffix -config,$(CONFIGURATIONS)): int_version
if test -z "$(THORNLIST)" || (test -n "$(THORNLIST)" && test -r "$(THORNLIST_DIR)/$(THORNLIST)") ; \
then \
- if ($(SETUP_ENV) $(PERL) -s $(SETUP) -reconfig=1 $(SETUP_OPTIONS) $(@:%-config=%)) ; then : ; else \
+ if ($(SETUP_ENV) $(PERL) -s $(SETUP) $(SETUP_OPTIONS) $(@:%-config=%)) ; then : ; else \
echo "" ; \
echo "Error reconfiguring $@" ; \
exit 2 ; \