From b17f1cd2b8dba9eafbc817a526d1d8fc931c90e7 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 23 Feb 2013 08:43:38 +0100 Subject: buildsys: remove surplus slashes from test dir paths cosmetics Signed-off-by: Bernhard Reutner-Fischer --- test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/Makefile b/test/Makefile index da5424e9f..e34c2953b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -46,9 +46,9 @@ test check all: run run: compile subdirs_run -compile: $(top_builddir)/$(LOCAL_INSTALL_PATH) subdirs_compile +compile: $(top_builddir)$(LOCAL_INSTALL_PATH) subdirs_compile -$(top_builddir)/$(LOCAL_INSTALL_PATH): +$(top_builddir)$(LOCAL_INSTALL_PATH): $(Q)$(MAKE) -C $(top_builddir) $(LOCAL_INSTALL_PATH) tags: -- cgit v1.2.3