X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=0aff6beb99b3f42e4028cad88582457929d346fc;hb=0c0c4530037fbe7f85ce2575cb3dd3003a424232;hp=9c34d749eb4071ed43c5a0dd650adcf4c7ef3411;hpb=201ba21a594fe7a1392bf1548b6c9a86ce572508;p=osl.git diff --git a/Makefile b/Makefile index 9c34d74..0aff6be 100644 --- a/Makefile +++ b/Makefile @@ -109,7 +109,7 @@ osl.c fsck.c: fsck.cmdline.o: fsck.cmdline.c fsck.cmdline.h $(CC) -c -DVERSION='"$(VERSION)"' $< -%.fsck.o: %.c Makefile fsck.cmdline.c fsck.cmdline.h osl.h +%.fsck.o: %.c Makefile fsck.cmdline.c fsck.cmdline.h osl.h errtab.h $(CC) -c -DVERSION='"$(VERSION)"' $(CPPFLAGS) $(CFLAGS) $< -o $@ %.o: %.c Makefile errtab.h @@ -140,7 +140,7 @@ osl_errors.h: errlist -e '$$s/$$/};/1' $< > $@ errtab.h: errlist - sed -e 's/^\([A-Z_]*\)\s*\(.*\)/_S(E_OSL_\1, \2)/g' $< > $@ + 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 > $@