From e3f64f751ec2caaf4c209f95eefab5bc9166db0e Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 23 Mar 2018 19:28:05 -0400 Subject: support Spectre mitigation patch for gcc compiler --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 27187f53a..21055b694 100644 --- a/Makefile.in +++ b/Makefile.in @@ -75,7 +75,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 uids.h + rm -fr Makefile autom4te.cache config.log config.status config.h uids.h dummy.o realinstall: # firejail executable @@ -195,7 +195,7 @@ uninstall: rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firemon rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg -DISTFILES = "src etc platform contrib configure configure.ac Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkuid.sh COPYING README RELNOTES" +DISTFILES = "src etc platform contrib configure configure.ac dummy.c Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkuid.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