From f5d8613b2c636b0628336de8379e30f7db6c4b23 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] 'make clean' removes test_mmap program. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 3766099..0884557 100644 --- a/Makefile.in +++ b/Makefile.in @@ -68,6 +68,7 @@ clean: (cd $$d; rm -f *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a \ *.so *.opt *~ *.dll *.exe *.annot core); \ done + rm -f lib/test_mmap rm -f uname/virt-uname rm -f dmesg/virt-dmesg rm -f ps/virt-ps -- 1.8.3.1