1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 09:26:38 +02:00

Another attempt at making the makefile understand

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2768 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
sjaz
2010-01-17 20:15:48 +00:00
parent 11d47efc7a
commit cc8e88aec8
2 changed files with 2 additions and 4 deletions
-3
View File
@@ -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)
+2 -1
View File
@@ -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