aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-08-07 16:58:31 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2020-08-07 16:58:31 -0400
commit31f00df4bfa85b85499455c0246694eb401f6265 (patch)
tree203b8d1a970e99005641b8f09b78e69b1abbdee7
parentstarting 0.9.62.2, included profile-fixes.patch and apparmor-include.patch fr... (diff)
downloadfirejail-31f00df4bfa85b85499455c0246694eb401f6265.tar.gz
firejail-31f00df4bfa85b85499455c0246694eb401f6265.tar.zst
firejail-31f00df4bfa85b85499455c0246694eb401f6265.zip
cleanup dummy.c, leftover form 0.9.60 release
-rw-r--r--Makefile.in2
-rw-r--r--dummy.c3
2 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index bc0d13499..5a394c4e0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -193,7 +193,7 @@ uninstall:
193 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg 193 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg
194 @echo "If you want to install a different version of firejail, you might also need to run 'rm -fr $(DESTDIR)/$(sysconfdir)/firejail', see #2038." 194 @echo "If you want to install a different version of firejail, you might also need to run 'rm -fr $(DESTDIR)/$(sysconfdir)/firejail', see #2038."
195 195
196DISTFILES = "src etc platform contrib configure configure.ac dummy.c Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkdeb-apparmor.sh COPYING README RELNOTES" 196DISTFILES = "src etc platform contrib configure configure.ac Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkdeb-apparmor.sh COPYING README RELNOTES"
197DISTFILES_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" 197DISTFILES_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"
198 198
199dist: 199dist:
diff --git a/dummy.c b/dummy.c
deleted file mode 100644
index 061ed7eef..000000000
--- a/dummy.c
+++ /dev/null
@@ -1,3 +0,0 @@
1int main(void) {
2 return 0;
3}