svn rev #22431: trunk/src/tests/dejagnu/

ghudson@MIT.EDU ghudson at MIT.EDU
Thu Jul 9 15:10:58 EDT 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=22431
Commit By: ghudson
Log Message:
In tests/dejagnu/Makefile.in, remove a --srcdir option which was
redundant with the one in pre.in.



Changed Files:
U   trunk/src/tests/dejagnu/Makefile.in
Modified: trunk/src/tests/dejagnu/Makefile.in
===================================================================
--- trunk/src/tests/dejagnu/Makefile.in	2009-07-09 19:07:30 UTC (rev 22430)
+++ trunk/src/tests/dejagnu/Makefile.in	2009-07-09 19:10:57 UTC (rev 22431)
@@ -22,7 +22,7 @@
 
 # Set VALGRIND at run time, that may be changed when running 'make'.
 check-runtest-yes:: t_inetd site.exp
-	$(RUNTEST) --tool krb --srcdir $(srcdir) VALGRIND="$(VALGRIND)" $(RUNTESTFLAGS)
+	$(RUNTEST) --tool krb VALGRIND="$(VALGRIND)" $(RUNTESTFLAGS)
 
 t_inetd:: t_inetd.o $(KRB5_BASE_DEPLIBS)
 	$(CC_LINK) -o t_inetd t_inetd.o $(KRB5_BASE_LIBS)




More information about the cvs-krb5 mailing list