From 1267eb2e3be2c75a69e290b6d03c529e75454c6a Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 6 Apr 2020 10:35:23 -0400 Subject: cleanup, fixes, more profstats --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 39a5359b2..ecbbb5600 100644 --- a/Makefile.in +++ b/Makefile.in @@ -73,7 +73,7 @@ distclean: clean for dir in $(APPS) $(MYLIBS); do \ $(MAKE) -C $$dir distclean; \ done - rm -fr Makefile autom4te.cache config.log config.status config.h dummy.o src/common.mk + rm -fr Makefile autom4te.cache config.log config.status config.h src/common.mk realinstall: # firejail executable @@ -200,7 +200,7 @@ uninstall: rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg @echo "If you want to install a different version of firejail, you might also need to run 'rm -fr $(DESTDIR)/$(sysconfdir)/firejail', see #2038." -DISTFILES = "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" +DISTFILES = "src etc m4 platform contrib configure configure.ac Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkdeb-apparmor.sh COPYING README RELNOTES" DISTFILES_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" dist: -- cgit v1.2.3-54-g00ecf