X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=filter.awk;h=494e77a9f31e6c4a299cf15a29450c6cfb2274a8;hb=003d29a41bee06c430cf1c78fd9a5b2eafeac71c;hp=fdef9f052e9f132226036ee00915446b56d465c3;hpb=0692cbad79c875bfe1316e94394db88c0181299f;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" }