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

Bug #1227 - Fixed 'make install' recompiling src/tools

This commit is contained in:
Adam
2011-01-18 23:57:21 -05:00
parent f4d7ae2e12
commit 0dda705cdb
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ MAKEARGS = 'CFLAGS=${CFLAGS}' 'CC=${CC}' 'ANOPELIBS=${ANOPELIBS}' \
'RUNGROUP=${RUNGROUP}'
.c.o:
$(CC) $(CFLAGS) -I../include/ -c $<
$(CC) $(CFLAGS) -I../include/ $< -o $*
all: ${OBJS}
@@ -26,7 +26,7 @@ clean:
spotless: clean
install: anopesmtp db-merger epona2anope
install:
test -d ${BINDEST} || mkdir ${BINDEST}
test -d $(BINDEST)/tools || mkdir $(BINDEST)/tools
$(INSTALL) anopesmtp $(BINDEST)/tools/anopesmtp
+2 -1
View File
@@ -8,9 +8,10 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="5"
VERSION_EXTRA="-git"
VERSION_BUILD="3055"
VERSION_BUILD="3056"
# $Log$ # Changes since 1.8.5 Release
#Revision 3056 - Bug #1227 - Fixed 'make install' recompiling src/tools
#Revision 3055 - Do not allow services opers to send one person more than 32767 memos
#Revision 3054 - Enable NICKIP for InspIRCd 1.2+
#Revision 3053 - Some more copyright/typo fixes, spotted by chaz :P