aboutsummaryrefslogtreecommitdiffstats
path: root/src/fseccomp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2019-10-31 11:30:37 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2019-10-31 11:30:37 -0400
commit6b83ad09d6190a8de2d56a76e12c171727407d36 (patch)
tree007b38ba09542fc450c07584d3e452737c508d36 /src/fseccomp
parentremove scan-build warning (diff)
downloadfirejail-6b83ad09d6190a8de2d56a76e12c171727407d36.tar.gz
firejail-6b83ad09d6190a8de2d56a76e12c171727407d36.tar.zst
firejail-6b83ad09d6190a8de2d56a76e12c171727407d36.zip
cleanup after scan-build
Diffstat (limited to 'src/fseccomp')
-rw-r--r--src/fseccomp/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fseccomp/Makefile.in b/src/fseccomp/Makefile.in
index 2c99096bb..67e074b3d 100644
--- a/src/fseccomp/Makefile.in
+++ b/src/fseccomp/Makefile.in
@@ -8,7 +8,7 @@ include ../common.mk
8fseccomp: $(OBJS) 8fseccomp: $(OBJS)
9 $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) $(EXTRA_LDFLAGS) 9 $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) $(EXTRA_LDFLAGS)
10 10
11clean:; rm -f *.o fseccomp *.gcov *.gcda *.gcno 11clean:; rm -fr *.o fseccomp *.gcov *.gcda *.gcno *.plist
12 12
13distclean: clean 13distclean: clean
14 rm -fr Makefile 14 rm -fr Makefile