aboutsummaryrefslogtreecommitdiff
path: root/src/tests/dejagnu/Makefile.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2009-07-09 19:10:57 +0000
committerGreg Hudson <ghudson@mit.edu>2009-07-09 19:10:57 +0000
commit00cbc06af5224ee782aa7e283ba981d429126940 (patch)
treea4d0d52a7593a3544a5b9ffe85ebb1e9864edca0 /src/tests/dejagnu/Makefile.in
parent8429d84a9f575f89cb4e3e2250b4a1c04f057ca4 (diff)
downloadkrb5-00cbc06af5224ee782aa7e283ba981d429126940.zip
krb5-00cbc06af5224ee782aa7e283ba981d429126940.tar.gz
krb5-00cbc06af5224ee782aa7e283ba981d429126940.tar.bz2
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
Diffstat (limited to 'src/tests/dejagnu/Makefile.in')
-rw-r--r--src/tests/dejagnu/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/dejagnu/Makefile.in b/src/tests/dejagnu/Makefile.in
index aee83ec..e426f32 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)