aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-04-06 10:35:23 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2020-04-06 10:35:23 -0400
commit1267eb2e3be2c75a69e290b6d03c529e75454c6a (patch)
tree079fda8b95c0c03d6e44d2525478da24c81f9426 /Makefile.in
parentUpdate bitwarden.profile (diff)
downloadfirejail-1267eb2e3be2c75a69e290b6d03c529e75454c6a.tar.gz
firejail-1267eb2e3be2c75a69e290b6d03c529e75454c6a.tar.zst
firejail-1267eb2e3be2c75a69e290b6d03c529e75454c6a.zip
cleanup, fixes, more profstats
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 39a5359b2..ecbbb5600 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -73,7 +73,7 @@ distclean: clean
73 for dir in $(APPS) $(MYLIBS); do \ 73 for dir in $(APPS) $(MYLIBS); do \
74 $(MAKE) -C $$dir distclean; \ 74 $(MAKE) -C $$dir distclean; \
75 done 75 done
76 rm -fr Makefile autom4te.cache config.log config.status config.h dummy.o src/common.mk 76 rm -fr Makefile autom4te.cache config.log config.status config.h src/common.mk
77 77
78realinstall: 78realinstall:
79 # firejail executable 79 # firejail executable
@@ -200,7 +200,7 @@ uninstall:
200 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg 200 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg
201 @echo "If you want to install a different version of firejail, you might also need to run 'rm -fr $(DESTDIR)/$(sysconfdir)/firejail', see #2038." 201 @echo "If you want to install a different version of firejail, you might also need to run 'rm -fr $(DESTDIR)/$(sysconfdir)/firejail', see #2038."
202 202
203DISTFILES = "src etc m4 platform contrib configure configure.ac dummy.c Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkdeb-apparmor.sh COPYING README RELNOTES" 203DISTFILES = "src etc m4 platform contrib configure configure.ac Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkdeb-apparmor.sh COPYING README RELNOTES"
204DISTFILES_TEST = "test/apps test/apps-x11 test/apps-x11-xorg test/root test/fcopy test/environment test/profiles test/utils test/compile test/filters test/network test/arguments test/fs test/sysutils test/chroot" 204DISTFILES_TEST = "test/apps test/apps-x11 test/apps-x11-xorg test/root test/fcopy test/environment test/profiles test/utils test/compile test/filters test/network test/arguments test/fs test/sysutils test/chroot"
205 205
206dist: 206dist: