[git commit] buildsys: remove surplus slashes from test dir paths

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Thu Mar 14 21:49:25 UTC 2013


commit: http://git.uclibc.org/uClibc/commit/?id=b17f1cd2b8dba9eafbc817a526d1d8fc931c90e7
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

cosmetics

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 test/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/Makefile b/test/Makefile
index da5424e..e34c295 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:


More information about the uClibc-cvs mailing list