summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modules/Makefile2
-rw-r--r--version.log7
2 files changed, 7 insertions, 2 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
diff --git a/version.log b/version.log
index 34e87fde0..f8c4ddcc3 100644
--- a/version.log
+++ b/version.log
@@ -8,10 +8,15 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="8"
-VERSION_BUILD="584"
+VERSION_BUILD="585"
# $Log$
#
+# BUILD : 1.7.8 (585)
+# BUGS : N/A
+# NOTES : removed veriable that isnt used anymore :)
+#
+#
# BUILD : 1.7.8 (584)
# BUGS : N/A
# NOTES : Removed ircd_catserv.c and added ./src/modules/catserv/ subfolder