summaryrefslogtreecommitdiff
path: root/src/Make.common
diff options
context:
space:
mode:
Diffstat (limited to 'src/Make.common')
-rw-r--r--src/Make.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Make.common b/src/Make.common
index e3f415a1f..af6d04adc 100644
--- a/src/Make.common
+++ b/src/Make.common
@@ -6,7 +6,7 @@ clean:
rm -rf *.o *.a *.[$(OS)] [$(OS)].out $(CLEANFILES)
%.make:
- (cd $* && gomake install)
+ $(MAKE) -C $* install
.PHONY: all clean nuke install coverage test bench testpackage-clean\
importpath dir