]> git.tuebingen.mpg.de Git - osl.git/blobdiff - Makefile
Replace ERRNO_TO_ERROR(ENOMEM) by E_OSL_NOMEM.
[osl.git] / Makefile
index 73fdcc3cc5cb96b7266a1273fcf6ce615bad6eba..cbffcb7bd661cba698dee1274e725efaeb8f5825 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -150,7 +150,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)