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 /src | |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/Makefile | 3 |
1 files changed, 0 insertions, 3 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) |