X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=filter.awk;h=494e77a9f31e6c4a299cf15a29450c6cfb2274a8;hb=e9810a27f8849dbe9223b5cf50a474e7c3168265;hp=fdef9f052e9f132226036ee00915446b56d465c3;hpb=863d31d7a5c8210432fef88b30fc3e8353131538;p=libfirm diff --git a/filter.awk b/filter.awk index fdef9f052..494e77a9f 100644 --- a/filter.awk +++ b/filter.awk @@ -1,9 +1,9 @@ BEGIN { output = 0 - print "#ifndef _FIRM_CONFIG_H" - print "#define _FIRM_CONFIG_H" + print "#ifndef FIRM_CONFIG_FIRM_CONFIG_H" + print "#define FIRM_CONFIG_FIRM_CONFIG_H" print "/* This file was automtically generated from libFirm's configure */" } /snap,[ ]*snap/ { output = 0; NEXT } { if (output) print } /snip,[ ]*snip/ { output = 1 } -END { print "#endif /* _FIRM_CONFIG_H */\n" } +END { print "\n#endif\n" }