OSDN Git Service

buildsys: remove surplus slashes from test dir paths
[uclinux-h8/uClibc.git] / 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: