]> git.tuebingen.mpg.de Git - osl.git/blobdiff - Makefile
Remove remaining references to paraslash.
[osl.git] / Makefile
index 73fdcc3cc5cb96b7266a1273fcf6ce615bad6eba..0674495fe2ad81c70686682a69796aaf809e26c3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -148,9 +148,13 @@ errtab.h: errlist
        sed -e 's/^\([A-Z_]*\)\s*\(.*\)/OSL_ERROR(E_OSL_\1, \2)/g' $< > $@
 
 osl.h: osl.h.in osl_errors.h Makefile
-       cat osl.h.in osl_errors.h > $@
+       echo '#ifndef _OSL_H' > $@
+       echo '#define _OSL_H' >> $@
+       cat osl.h.in osl_errors.h >> $@
+       echo '#endif /* _OSL_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)