From 03079a5cebecc0d3d2bcb1e3c6b9bc475319cc23 Mon Sep 17 00:00:00 2001 From: "rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Sun, 27 Feb 2005 16:37:29 +0000 Subject: [PATCH] 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 --- src/modules/Makefile | 2 +- version.log | 7 ++++++- 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