]> jfr.im git - irc/quakenet/newserv.git/commitdiff
Fix up phony targets for newsearch, chanserv and geoip.
authorChris Porter <redacted>
Thu, 2 Oct 2008 16:30:42 +0000 (17:30 +0100)
committerChris Porter <redacted>
Thu, 2 Oct 2008 16:30:42 +0000 (17:30 +0100)
chanserv/Makefile.in
geoip/Makefile.in
newsearch/Makefile.in

index c41221d6a4da52fc92b1074dc0ad60aa287297d5..51de2eed34d3d61f208d959efc9c2d9f9421ea82 100644 (file)
@@ -3,7 +3,7 @@
 
 CSDIRS=database chancmds usercmds authcmds authtracker newsearch
 
-.PHONY: all dirs $(CSDIRS) clean
+.PHONY: all dirs $(CSDIRS) clean distclean
 all: chanserv.so chanserv_protect.so chanserv_grep.so chanserv_relay.so chanserv_flags.so dirs
 
 dirs: $(CSDIRS)
index c3ce11a7fa41e285e694d687ac4d72ee014963b2..1f201c8228135d6534569a0e9ff8570974107a47 100644 (file)
@@ -1,6 +1,6 @@
 @include@ @includel@../build.mk@includel@
 
-.PHONY: all
+.PHONY: all clean distclean
 all: geoip.so
 
 clean:
index f017d8d8520b41dcdd0df442930780f80f49fdd4..63179f2ee215796e0a5f3f7d8145dc2e519c3206 100644 (file)
@@ -3,7 +3,7 @@
 CFLAGS+=$(INCPCRE) -D_POSIX_SOURCE
 LDFLAGS+=$(LIBPCRE)
 
-.PHONY: all
+.PHONY: all clean distclean
 all: newsearch.so
 
 newsearch.so: newsearch.o formats.o y.tab.o lex.yy.o parser.o ns-not.o ns-and.o ns-or.o ns-eq.o ns-match.o ns-hostmask.o ns-realname.o ns-modes.o ns-nick.o ns-ident.o ns-regex.o ns-host.o ns-channel.o ns-lt.o ns-gt.o ns-timestamp.o ns-country.o ns-authname.o ns-ip.o ns-kill.o ns-gline.o ns-exists.o ns-services.o ns-size.o ns-name.o ns-topic.o ns-oppct.o ns-cumodecount.o ns-cumodepct.o ns-hostpct.o ns-authedpct.o ns-length.o ns-kick.o ns-authts.o ns-channels.o ns-server.o ns-authid.o ns-notice.o newsearch_ast.o ns-any.o ns-channeliter.o ns-var.o ns-all.o ns-cumodes.o ns-cidr.o ns-nickiter.o