OSDN Git Service

buildsys: remove surplus slashes from test dir paths
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 23 Feb 2013 07:43:38 +0000 (08:43 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 14 Mar 2013 21:49:25 +0000 (22:49 +0100)
cosmetics

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
test/Makefile

index da5424e..e34c295 100644 (file)
@@ -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: