From 3b1a9ce2124e2db6146465ae39e887929388a628 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Fri, 17 Sep 2010 22:03:20 +0100 Subject: [PATCH] tests: Fix objdir builds Fix the tests so that they work when we have a separate build directory. Reviewed-on: http://gerrit.openafs.org/2828 Tested-by: BuildBot Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear (cherry picked from commit 259cca4050102e98ade929cc648a69d9f57c07fa) Change-Id: I5ba19639a8146af23a377bbfd2bfe0cf0911c0ea Reviewed-on: http://gerrit.openafs.org/2918 --- tests/util/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/util/Makefile.in b/tests/util/Makefile.in index 29babbbc49..852bc49ec3 100644 --- a/tests/util/Makefile.in +++ b/tests/util/Makefile.in @@ -1,7 +1,7 @@ # Build rules for the OpenAFS util test suite. srcdir=@srcdir@ -abs_top_srcdir=@abs_top_srcdir@ +abs_top_builddir=@abs_top_builddir@ include @TOP_OBJDIR@/src/config/Makefile.config CFLAGS += -I$(srcdir)/.. @@ -12,11 +12,11 @@ all check test tests: $(tests) ktime-t: ktime-t.o $(CC) $(LDFLAGS) -o ktime-t ktime-t.o ../tap/libtap.a \ - $(abs_top_srcdir)/lib/util.a $(XLIBS) + $(abs_top_builddir)/lib/util.a $(XLIBS) exec-alt-t: exec-alt-t.o $(CC) $(LDFLAGS) -o exec-alt-t exec-alt-t.o ../tap/libtap.a \ - $(abs_top_srcdir)/lib/util.a $(XLIBS) + $(abs_top_builddir)/lib/util.a $(XLIBS) install: