From: Greg Hudson Date: Thu, 9 Jul 2009 19:07:30 +0000 (+0000) Subject: In pre.in, remove some variable expansions in the definition of X-Git-Tag: krb5-1.8-alpha1~421 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8429d84a9f575f89cb4e3e2250b4a1c04f057ca4;p=krb5.git In pre.in, remove some variable expansions in the definition of DEJAFLAGS which aren't used anywhere in the tree. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22430 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config/pre.in b/src/config/pre.in index fa766190f..29202d109 100644 --- a/src/config/pre.in +++ b/src/config/pre.in @@ -242,8 +242,7 @@ SRVTCL = $(TESTDIR)/util/ovsec_kadm_srv_tcl # If we don't set it, then the host type used is "native", which # doesn't match "*-*-*". host=@krb5_cv_host@ -DEJAFLAGS = $(DEJALFLAGS) $(CLFLAGS) --debug --srcdir $(srcdir) --host \ - $(host) +DEJAFLAGS = --debug --srcdir $(srcdir) --host $(host) RUNTEST = runtest $(DEJAFLAGS) START_SERVERS = $(STESTDIR)/scripts/start_servers $(TEST_SERVER) $(TEST_PATH)