* Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
[deliverable/binutils-gdb.git] / Makefile.tpl
index 1fe4025e9f7c9daef1f1480bac5f305044d18641..42531d0f752b6e12481728b4df8696ab0604ba93 100644 (file)
@@ -920,7 +920,7 @@ check-[+module+]:
          $(SET_LIB_PATH) \
          $(HOST_EXPORTS) \
          (cd $(HOST_SUBDIR)/[+module+] && \
-           $(MAKE) $(FLAGS_TO_PASS) [+extra_make_flags+] check)
+           $(MAKE) $(FLAGS_TO_PASS) [+extra_make_flags+] check); \
        fi
 [+ ELSE check +]
 check-[+module+]:
This page took 0.024433 seconds and 4 git commands to generate.