From 0758288d453c0f52f9496ecd7937ea8b526c9080 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 19 Oct 2019 23:13:55 +0100 Subject: [PATCH] stest: Use topbuilddir (now in common.make) Signed-off-by: Ian Jackson --- common.make.in | 2 ++ stest/Makefile.in | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/common.make.in b/common.make.in index 109ff3a..91d7312 100644 --- a/common.make.in +++ b/common.make.in @@ -19,6 +19,8 @@ @SET_MAKE@ +topbuilddir:=@abs_top_builddir@ + SHELL:=/bin/sh RM:=@RM@ CC:=@CC@ diff --git a/stest/Makefile.in b/stest/Makefile.in index df61c67..0979618 100644 --- a/stest/Makefile.in +++ b/stest/Makefile.in @@ -2,7 +2,6 @@ VPATH:=@srcdir@ srcdir:=@srcdir@ topdir:=@top_srcdir@ -topbuilddir:=$(shell cd .. && pwd) include ../common.make -- 2.30.2