aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2004-02-17 01:49:20 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2004-02-17 01:49:20 +0000
commit4611c83a7fa2969d2864ad262338827aae162c97 (patch)
treedcbd4d7ed63fa561028635b2d9435f1d0a148764 /gnu
parent9b727a71d1a7047268a0938fcbd4d3358d10d212 (diff)
downloadsrc-4611c83a7fa2969d2864ad262338827aae162c97.tar.gz
src-4611c83a7fa2969d2864ad262338827aae162c97.zip
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gperf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gperf/Makefile b/gnu/usr.bin/gperf/Makefile
index 06cce054ec13..57fd0612bf77 100644
--- a/gnu/usr.bin/gperf/Makefile
+++ b/gnu/usr.bin/gperf/Makefile
@@ -10,7 +10,7 @@ PROG_CXX= 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
-SRCS+= hash.cc getopt.c getopt1.c
+SRCS+= hash.cc
CXXFLAGS+= -I${GPROFDIR}/lib -I${.CURDIR}