Add phoniness to phony makefile targets.

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2190 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
darthgandalf
2010-12-22 14:49:31 +00:00
parent 7b9d7094a8
commit 33e1cccc10

View File

@@ -102,7 +102,8 @@ TARGETS := $(addsuffix .so, $(FILES))
CLEAN := *.so extra/*.so modperl/ZNC.so modperl/modperl_wrap.cxx modperl/ZNC.pm
.PHONY: all clean install modperl_install
.PHONY: all clean install install_metadirs create_install_dir uninstall
.PHONY: modperl_install modtcl_install
all: $(TARGETS)