aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-08-12 20:06:37 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-08-12 20:06:37 -0400
commita706d5f482bd3a82f9ed6b6188bef868ce5bc87b (patch)
treec54eb18ca6459139f8ac49d0a812f604c5261897 /Makefile.in
parentx11 support rewrite (diff)
downloadfirejail-a706d5f482bd3a82f9ed6b6188bef868ce5bc87b.tar.gz
firejail-a706d5f482bd3a82f9ed6b6188bef868ce5bc87b.tar.zst
firejail-a706d5f482bd3a82f9ed6b6188bef868ce5bc87b.zip
fix make dist/make deb
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 1142059a5..c91db3bc7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -48,7 +48,6 @@ clean:
48 rm -f test/environment/index.html 48 rm -f test/environment/index.html
49 rm -f test/environment/wget-log 49 rm -f test/environment/wget-log
50 rm -f test/sysutils/firejail_t* 50 rm -f test/sysutils/firejail_t*
51 cd test/compile; ./compile.sh --clean; cd ../..
52 cd test/dist-compile; ./compile.sh --clean; cd ../.. 51 cd test/dist-compile; ./compile.sh --clean; cd ../..
53 52
54distclean: clean 53distclean: clean
@@ -138,7 +137,7 @@ uninstall:
138 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg 137 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg
139 138
140DISTFILES = "src etc platform configure configure.ac Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkuid.sh COPYING README RELNOTES" 139DISTFILES = "src etc platform configure configure.ac Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkuid.sh COPYING README RELNOTES"
141DISTFILES_TEST = "test/apps test/apps-x11 test/environment test/profiles test/utils test/compile test/dist-compile test/filters test/network test/fs test/sysutils" 140DISTFILES_TEST = "test/apps test/apps-x11 test/environment test/profiles test/utils test/dist-compile test/filters test/network test/fs test/sysutils"
142 141
143dist: 142dist:
144 make distclean 143 make distclean