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