mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
parser: Fix dependency in Makefile
parser 'make install' failed if 'make' wasn't run before. This patch adds the missing dependency 'install-indep: indep'. Signed-off-by: Tyler Hicks <tyhicks@canonical.com> Acked-by: Christian Boltz <apparmor@cboltz.de>
This commit is contained in:
parent
cd38c9d111
commit
e815226675
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ install-arch: $(INSTALLDEPS)
|
|||
install -m 755 ${TOOLS} $(DESTDIR)/sbin
|
||||
|
||||
.PHONY: install-indep
|
||||
install-indep:
|
||||
install-indep: indep
|
||||
install -m 755 -d $(INSTALL_CONFDIR)
|
||||
install -m 644 subdomain.conf $(INSTALL_CONFDIR)
|
||||
install -m 644 parser.conf $(INSTALL_CONFDIR)
|
||||
|
|
Loading…
Add table
Reference in a new issue