From: Eric Leblond Date: Sun, 3 Jun 2012 08:54:56 +0000 (+0200) Subject: Autotools: make 'install-full' now run 'install' too. X-Git-Tag: suricata-1.3beta2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0e3df6057349d0f8e16843c0c2ced0de81c702d;p=thirdparty%2Fsuricata.git Autotools: make 'install-full' now run 'install' too. --- diff --git a/Makefile.am b/Makefile.am index 45c00e4acf..2196cec95b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,7 @@ SUBDIRS = $(HTP_DIR) src qa rules doc install-data-am: @echo "Run 'make install-conf' if you want to install initial configuration files. Or 'make install-full' to install configuration and rules"; -install-full: install-conf install-rules +install-full: install install-conf install-rules install-conf: install -d $(e_sysconfdir)