From: Greg Hudson Date: Thu, 9 Jul 2009 19:10:57 +0000 (+0000) Subject: In tests/dejagnu/Makefile.in, remove a --srcdir option which was X-Git-Tag: krb5-1.8-alpha1~420 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=00cbc06af5224ee782aa7e283ba981d429126940;p=krb5.git In tests/dejagnu/Makefile.in, remove a --srcdir option which was redundant with the one in pre.in. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22431 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/tests/dejagnu/Makefile.in b/src/tests/dejagnu/Makefile.in index aee83ec44..e426f32cc 100644 --- a/src/tests/dejagnu/Makefile.in +++ b/src/tests/dejagnu/Makefile.in @@ -22,7 +22,7 @@ check-runtest-no:: # 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)