diff options
author | obrien <obrien@FreeBSD.org> | 2002-04-15 21:57:40 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-04-15 21:57:40 +0000 |
commit | a27301d850ad85c6f0bf4925db77849f547bf6d7 (patch) | |
tree | 989ef246324c2a5ecb1e6ca2da44218692b96bc7 /gnu/usr.bin/gperf | |
parent | ab8cc9f06da307c84c994ccaeaf55264a4b2e336 (diff) | |
download | FreeBSD-src-a27301d850ad85c6f0bf4925db77849f547bf6d7.zip FreeBSD-src-a27301d850ad85c6f0bf4925db77849f547bf6d7.tar.gz |
Fix typo.
Diffstat (limited to 'gnu/usr.bin/gperf')
-rw-r--r-- | gnu/usr.bin/gperf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gperf/Makefile b/gnu/usr.bin/gperf/Makefile index 62432ed..6fe0472 100644 --- a/gnu/usr.bin/gperf/Makefile +++ b/gnu/usr.bin/gperf/Makefile @@ -6,7 +6,7 @@ GPROFDIR= ${.CURDIR}/../../../contrib/gperf SUBDIR= doc -PROG_GCC= gperf +PROG_GXX= gperf SRCS= bool-array.cc gen-perf.cc hash-table.cc iterator.cc key-list.cc \ list-node.cc main.cc new.cc options.cc read-line.cc trace.cc \ vectors.cc version.cc |