diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-02-23 08:43:38 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-03-14 22:49:25 +0100 |
commit | b17f1cd2b8dba9eafbc817a526d1d8fc931c90e7 (patch) | |
tree | efb64ca8229f9310309feffa1788b2c70fdd25b7 /test | |
parent | 0a513103bf2a80787ec4c7064570d08ad36881aa (diff) |
buildsys: remove surplus slashes from test dir paths
cosmetics
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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: |