forked from Imagelibrary/binutils-gdb
* gen-c-prog.awk: Changed reference to "make-c-prog.awk" in
comment emitted by this script to gen-c-prog.awk.
* Makefile.in, configure.in: Converted to use autoconf.
* configure: New file, generated with autoconf 2.3.
* config/{mt-alpha, mt-dummy, mt-i386, mt-ns532, mt-sparc,
mt-tahoe, mt-vax}: Removed.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
NR == 1 {
|
||||
FS="\"";
|
||||
print "/* ==> Do not modify this file!! It is created automatically"
|
||||
printf " from %s using the make-c-prog.awk script. <== */\n\n", FILE
|
||||
printf " from %s using the gen-c-prog.awk script. <== */\n\n", FILE
|
||||
print "#include <stdio.h>"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user