diff options
-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 06cce05..57fd061 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} |