~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/tests/dejagnu/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman, Russ Allbery, Sam Hartman
  • Date: 2008-08-21 10:41:41 UTC
  • mfrom: (11.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080821104141-a0f9c4o4cpo8xd0o
Tags: 1.6.dfsg.4~beta1-4
[ Russ Allbery ]
* Translation updates:
  - Swedish, thanks Martin Bagge.  (Closes: #487669, #491774)
  - Italian, thanks Luca Monducci.  (Closes: #493962)

[ Sam Hartman ]
* Translation Updates:
    - Dutch, Thanks Vincent Zweije, Closes: #495733

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        @echo "+++"
23
23
 
24
24
check-runtest-yes:: t_inetd site.exp
25
 
        $(RUNTEST) --tool krb --srcdir $(srcdir) $(KRB4_RUNTESTFLAGS) PRIOCNTL_HACK=@PRIOCNTL_HACK@ $(RUNTESTFLAGS)
 
25
        $(RUNTEST) --tool krb --srcdir $(srcdir) $(KRB4_RUNTESTFLAGS) PRIOCNTL_HACK=@PRIOCNTL_HACK@ VALGRIND="$(VALGRIND)" $(RUNTESTFLAGS)
26
26
 
27
27
t_inetd:: t_inetd.o $(KRB5_BASE_DEPLIBS)
28
28
        $(CC_LINK) -o t_inetd t_inetd.o $(KRB5_BASE_LIBS)
41
41
        $(KRB5_RUN_ENV) for i in `cat runenv.vars`; do \
42
42
                eval echo "{$$i=\$$$$i}"; done > runenv.vals
43
43
 
44
 
site.exp: runenv.vals
 
44
site.exp: runenv.vals Makefile
45
45
        echo "set runvarlist [list `cat runenv.vals | tr '\n' ' '`]" | \
46
46
                sed -e 's%=\.%='`pwd`'/.%g' > site.exp
 
47
        echo "set KRB5_DB_MODULE_DIR {$(KRB5_DB_MODULE_DIR)}" >> site.exp
47
48
 
48
49
# +++ Dependency line eater +++
49
50
50
51
# Makefile dependencies follow.  This must be the last section in
51
52
# the Makefile.in file
52
53
#
53
 
$(OUTPRE)t_inetd.$(OBJEXT): t_inetd.c $(COM_ERR_DEPS)
54
 
 
 
54
$(OUTPRE)t_inetd.$(OBJEXT): $(COM_ERR_DEPS) t_inetd.c