aboutsummaryrefslogtreecommitdiffstats
path: root/src/fseccomp/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/fseccomp/Makefile.in')
-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