summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/modules/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/Makefile b/src/modules/Makefile
index 49d118c59..51306248c 100644
--- a/src/modules/Makefile
+++ b/src/modules/Makefile
@@ -30,7 +30,7 @@ distclean: clean spotless
subs:
@for i in $(SUBS); do \
echo "make all in $$i..."; \
- (cd $$i; $(MAKE) $(MAKEARGS) $(MYMAKEFLAGS) all); done
+ (cd $$i; $(MAKE) $(MAKEARGS) all); done
clean:
rm -f *.o *.so *.c~ core