aboutsummaryrefslogtreecommitdiff
path: root/gprof/gen-c-prog.awk
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@acorntoolworks.com>1995-04-19 18:27:35 +0000
committerJ.T. Conklin <jtc@acorntoolworks.com>1995-04-19 18:27:35 +0000
commit7858d8dc8a313727713c7af06ae8e3482c71e4ca (patch)
treedd24115dc2493b0366780e95ac2fe065d322f754 /gprof/gen-c-prog.awk
parent4121273fa7e408035fbe7d61de8f8b83d784fe5b (diff)
downloadgdb-7858d8dc8a313727713c7af06ae8e3482c71e4ca.zip
gdb-7858d8dc8a313727713c7af06ae8e3482c71e4ca.tar.gz
gdb-7858d8dc8a313727713c7af06ae8e3482c71e4ca.tar.bz2
* 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.
Diffstat (limited to 'gprof/gen-c-prog.awk')
-rw-r--r--gprof/gen-c-prog.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/gen-c-prog.awk b/gprof/gen-c-prog.awk
index cccf428..b59c1f8 100644
--- a/gprof/gen-c-prog.awk
+++ b/gprof/gen-c-prog.awk
@@ -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>"
}