diff options
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: |