diff options
author | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-01-17 15:09:43 +0000 |
---|---|---|
committer | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-01-17 15:09:43 +0000 |
commit | 11d47efc7ae949f8a816adae4624fd377539e0a2 (patch) | |
tree | eb2e78116bc7c0d43ae98fc85fec4ab0b58a1263 /src | |
parent | c7154edb4deb9682e87c38a9132c7ee6efdea0fa (diff) |
Fix small omission in src/tools/Makefile and update version.log
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2767 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/Makefile b/src/tools/Makefile index c0aa9fb85..56324416a 100644 --- a/src/tools/Makefile +++ b/src/tools/Makefile @@ -16,7 +16,7 @@ all: ${OBJS} distclean: spotless -anopesmpt: $(OBJS) +anopesmtp: $(OBJS) $(CC) $(CFLAGS) $(OBJS) $(ANOPELIBS) $(MLIBS) -o $@ $(LDFLAGS) $(OBJS): Makefile |