From: Sebastian Stark Date: Sat, 31 Jan 2009 09:12:34 +0000 (+0100) Subject: remove oslfsck on 'make clean' as well X-Git-Tag: v0.1.0~38^2^2^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=commitdiff_plain;h=ccff47589991a85266898c2df753af63770a1601;ds=sidebyside remove oslfsck on 'make clean' as well --- 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)