]> git.eshelyaron.com Git - emacs.git/commitdiff
* lib-src/Makefile.in (clean): Tidy up seccomp-filter files.
authorGlenn Morris <rgm@gnu.org>
Mon, 10 May 2021 01:46:11 +0000 (18:46 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 10 May 2021 01:46:11 +0000 (18:46 -0700)
lib-src/Makefile.in

index 1beafafe0c11883a1e097c8f6ef17ece112ee92c..7af89eb380dccb7ed2a62e7ab0f7e09f9c72f6e3 100644 (file)
@@ -343,6 +343,7 @@ mostlyclean:
        rm -f core ./*.o ./*.res
 
 clean: mostlyclean
+       -rm -f seccomp-filter.bpf seccomp-filter.pfc seccomp-filter-exec.bpf seccomp-filter-exec.pfc
        rm -f ${EXE_FILES}
 
 distclean: clean