X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=Makefile;h=0674495fe2ad81c70686682a69796aaf809e26c3;hp=cbffcb7bd661cba698dee1274e725efaeb8f5825;hb=ad58fcdf85adb652fd1454470c12e3dec9f8cc36;hpb=e2359e0a52bcb16ff760c114b089b96049b368c8 diff --git a/Makefile b/Makefile index cbffcb7..0674495 100644 --- a/Makefile +++ b/Makefile @@ -148,7 +148,10 @@ 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 oslfsck