opth-gen.awk: Fixed generation of comment stating the origin of options.h

2007-10-10  Wolfgang Gellerich  <gellerich@de.ibm.com>

	* opth-gen.awk: Fixed generation of comment stating the origin
          of options.h

From-SVN: r129203
This commit is contained in:
Wolfgang Gellerich 2007-10-10 13:07:43 +00:00 committed by Andreas Krebbel
parent 4b3d1177d8
commit 14078ff6b7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-10-10 Wolfgang Gellerich <gellerich@de.ibm.com>
* opth-gen.awk: Fixed generation of comment stating the origin
of options.h
2007-10-10 Kazu Hirata <kazu@codesourcery.com>
Revert:

View File

@ -55,7 +55,7 @@ BEGIN {
# Dump out an enumeration into a .h file.
# Combine the flags of duplicate options.
END {
print "/* This file is auto-generated by opts.sh. */"
print "/* This file is auto-generated by opth-gen.awk. */"
print ""
print "#ifndef OPTIONS_H"
print "#define OPTIONS_H"