diff options
author | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-01-17 20:15:48 +0000 |
---|---|---|
committer | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-01-17 20:15:48 +0000 |
commit | cc8e88aec8c8b5970bcbf648cba5036f3a2faaab (patch) | |
tree | 4cb3ac7ea869d57aaf6f6a835be2bb76eb869559 | |
parent | 11d47efc7ae949f8a816adae4624fd377539e0a2 (diff) |
Another attempt at making the makefile understand
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2768 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | src/tools/Makefile | 3 | ||||
-rw-r--r-- | version.log | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/tools/Makefile b/src/tools/Makefile index 56324416a..8213a07fa 100644 --- a/src/tools/Makefile +++ b/src/tools/Makefile @@ -16,9 +16,6 @@ all: ${OBJS} distclean: spotless -anopesmtp: $(OBJS) - $(CC) $(CFLAGS) $(OBJS) $(ANOPELIBS) $(MLIBS) -o $@ $(LDFLAGS) - $(OBJS): Makefile anopesmtp.o: anopesmtp.c $(INCLUDES) db-merger.o: db-merger.c $(INCLUDES) diff --git a/version.log b/version.log index 60baa48be..6830afe2a 100644 --- a/version.log +++ b/version.log @@ -9,9 +9,10 @@ VERSION_MAJOR="1" VERSION_MINOR="8" VERSION_PATCH="2" VERSION_EXTRA="-svn" -VERSION_BUILD="2767" +VERSION_BUILD="2768" # $Log$ # Changes since 1.8.2 Release +#Revision 2768 - Another attempt at making the makefile understand #Revision 2767 - Fix small omission in src/tools/Makefile #Revision 2766 - Small documentation update #Revision 2761 - Don't kick or ban ulined clients for flood etc |