From 33e1cccc108a21100aa9e6157fde1a6dae94b1de Mon Sep 17 00:00:00 2001 From: darthgandalf Date: Wed, 22 Dec 2010 14:49:31 +0000 Subject: [PATCH] Add phoniness to phony makefile targets. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2190 726aef4b-f618-498e-8847-2d620e286838 --- modules/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/Makefile.in b/modules/Makefile.in index b14ee243..798b8a40 100644 --- a/modules/Makefile.in +++ b/modules/Makefile.in @@ -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)