From 687f120853f38d6e7af80a5d4ffa91067f09b643 Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 29 Dec 2003 14:11:16 +0000 Subject: 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 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 ; \ -- cgit v1.2.3