summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-02-27 16:37:29 +0000
committerrob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-02-27 16:37:29 +0000
commit03079a5cebecc0d3d2bcb1e3c6b9bc475319cc23 (patch)
treec6ea8d10266f3b63a63c4145dee11c06147dd50f /src
parent954371d881adeddd8de96aff70e2027c1c1b0b9d (diff)
BUILD : 1.7.8 (585) BUGS : N/A NOTES : removed veriable that isnt used anymore :)
git-svn-id: svn://svn.anope.org/anope/trunk@585 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@435 5417fbe8-f217-4b02-8779-1006273d7864
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