aboutsummaryrefslogtreecommitdiff
path: root/contrib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/Makefile')
-rw-r--r--contrib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index 4749630..a4b5008 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -1,3 +1,3 @@
.PHONY: all clean
all clean:
- for x in bug* ; do make -C $$x $@ || exit 1 ; done
+ for x in bug* ; do $(MAKE) -C $$x $@ || exit 1 ; done