summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2010-01-04 17:04:08 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2010-01-04 17:04:08 +0000
commit988784816b1a21b20da99a20c8ca02de793000fd (patch)
tree75e8592bb4d380b38d8ef595ed935ada739d9407 /make
parent3f60750d77680c22788dcd12e615c0190a81ee41 (diff)
GCC 4.5 warning fixups
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12241 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'make')
-rwxr-xr-xmake/calcdep.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/calcdep.pl b/make/calcdep.pl
index 587bd64de..1a1963b31 100755
--- a/make/calcdep.pl
+++ b/make/calcdep.pl
@@ -100,7 +100,7 @@ commands: $cmds
modules: $mods
-.PHONY: inspircd commands modules
+.PHONY: all bad-target inspircd commands modules
END
}