From ccff47589991a85266898c2df753af63770a1601 Mon Sep 17 00:00:00 2001
From: Sebastian Stark <seb@biskalar.de>
Date: Sat, 31 Jan 2009 10:12:34 +0100
Subject: [PATCH] remove oslfsck on 'make clean' as well

---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 0aff6be..44011bd 100644
--- a/Makefile
+++ b/Makefile
@@ -145,7 +145,8 @@ errtab.h: errlist
 osl.h: osl.h.in osl_errors.h Makefile
 	cat osl.h.in osl_errors.h > $@
 clean:
-	rm -f *.o $(realname) osl.h osl_errors.h errtab.h fsck.cmdline.h fsck.cmdline.c
+	rm -f *.o $(realname) osl.h osl_errors.h errtab.h fsck.cmdline.h \
+		fsck.cmdline.c oslfsck
 
 install: all
 	$(MKDIR) $(libdir) $(includedir)
-- 
2.39.5