]> git.tuebingen.mpg.de Git - osl.git/commitdiff
remove oslfsck on 'make clean' as well
authorSebastian Stark <seb@biskalar.de>
Sat, 31 Jan 2009 09:12:34 +0000 (10:12 +0100)
committerSebastian Stark <seb@biskalar.de>
Sat, 31 Jan 2009 09:12:34 +0000 (10:12 +0100)
Makefile

index 0aff6beb99b3f42e4028cad88582457929d346fc..44011bd517d3528c85a8d58c555d474f5f03c95d 100644 (file)
--- 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:
 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)
 
 install: all
        $(MKDIR) $(libdir) $(includedir)