svn rev #22430: trunk/src/config/
ghudson@MIT.EDU
ghudson at MIT.EDU
Thu Jul 9 15:07:31 EDT 2009
http://src.mit.edu/fisheye/changelog/krb5/?cs=22430
Commit By: ghudson
Log Message:
In pre.in, remove some variable expansions in the definition of
DEJAFLAGS which aren't used anywhere in the tree.
Changed Files:
U trunk/src/config/pre.in
Modified: trunk/src/config/pre.in
===================================================================
--- trunk/src/config/pre.in 2009-07-09 18:12:32 UTC (rev 22429)
+++ trunk/src/config/pre.in 2009-07-09 19:07:30 UTC (rev 22430)
@@ -242,8 +242,7 @@
# 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)
More information about the cvs-krb5
mailing list