diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2009-06-23 04:26:14 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2009-06-23 04:26:14 +0000 |
| commit | adbc54bb6cccb3aff8cb54dd2f7f71076e3a18bb (patch) | |
| tree | 85f6fb640fa3a2da19376db45ab1823e51b0f841 /src/tests/threads/Makefile.in | |
| parent | 67efcb7638b90ec1f29ce6f91b9b7f7f5c26b51a (diff) | |
| download | krb5-adbc54bb6cccb3aff8cb54dd2f7f71076e3a18bb.tar.gz krb5-adbc54bb6cccb3aff8cb54dd2f7f71076e3a18bb.tar.xz krb5-adbc54bb6cccb3aff8cb54dd2f7f71076e3a18bb.zip | |
syms.c doesn't exist; update clean target and dependencies
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22421 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/tests/threads/Makefile.in')
| -rw-r--r-- | src/tests/threads/Makefile.in | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/src/tests/threads/Makefile.in b/src/tests/threads/Makefile.in index 6b45f001c..d3e30e901 100644 --- a/src/tests/threads/Makefile.in +++ b/src/tests/threads/Makefile.in @@ -7,7 +7,9 @@ PROG_RPATH=$(KRB5_LIBDIR) RUN_SETUP = @KRB5_RUN_ENV@ -SRCS=$(srcdir)/t_rcache.c +SRCS=$(srcdir)/t_rcache.c \ + $(srcdir)/gss-perf.c \ + $(srcdir)/prof1.c all:: @@ -18,12 +20,6 @@ run-t_rcache: t_rcache t_rcache: t_rcache.o $(KRB5_BASE_DEPLIBS) $(CC_LINK) -o t_rcache t_rcache.o $(KRB5_BASE_LIBS) $(THREAD_LINKOPTS) -syms: syms.o - $(CC_LINK) -o syms syms.o - -run-syms: syms - $(RUN_SETUP) $(VALGRIND) ./syms - prof1: prof1.o $(KRB5_BASE_DEPLIBS) $(CC_LINK) -o prof1 prof1.o $(KRB5_BASE_LIBS) $(THREAD_LINKOPTS) @@ -37,5 +33,4 @@ check-unix:: run-t_rcache install:: clean:: - $(RM) t_rcache.o t_rcache - + $(RM) *.o t_rcache syms prof1 gss-perf |
