aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-03-23 19:28:05 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-03-23 19:28:05 -0400
commite3f64f751ec2caaf4c209f95eefab5bc9166db0e (patch)
tree9e52bf8ec37c4b53813144d84a3df8989efb82ed /Makefile.in
parentadded java support for libreoffice (diff)
downloadfirejail-e3f64f751ec2caaf4c209f95eefab5bc9166db0e.tar.gz
firejail-e3f64f751ec2caaf4c209f95eefab5bc9166db0e.tar.zst
firejail-e3f64f751ec2caaf4c209f95eefab5bc9166db0e.zip
support Spectre mitigation patch for gcc compiler
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 27187f53a..21055b694 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -75,7 +75,7 @@ distclean: clean
75 for dir in $(APPS) $(MYLIBS); do \ 75 for dir in $(APPS) $(MYLIBS); do \
76 $(MAKE) -C $$dir distclean; \ 76 $(MAKE) -C $$dir distclean; \
77 done 77 done
78 rm -fr Makefile autom4te.cache config.log config.status config.h uids.h 78 rm -fr Makefile autom4te.cache config.log config.status config.h uids.h dummy.o
79 79
80realinstall: 80realinstall:
81 # firejail executable 81 # firejail executable
@@ -195,7 +195,7 @@ uninstall:
195 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firemon 195 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firemon
196 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg 196 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg
197 197
198DISTFILES = "src etc platform contrib configure configure.ac Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkuid.sh COPYING README RELNOTES" 198DISTFILES = "src etc platform contrib configure configure.ac dummy.c Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkuid.sh COPYING README RELNOTES"
199DISTFILES_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" 199DISTFILES_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"
200 200
201dist: 201dist: