diff options
Diffstat (limited to 'gnu/usr.bin/binutils/gdb/Makefile')
-rw-r--r-- | gnu/usr.bin/binutils/gdb/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile index 990a1ab1a8a1..68a86ae5395b 100644 --- a/gnu/usr.bin/binutils/gdb/Makefile +++ b/gnu/usr.bin/binutils/gdb/Makefile @@ -17,7 +17,7 @@ SRCS = annotate.c blockframe.c breakpoint.c buildsym.c c-lang.c \ symtab.c target.c thread.c top.c \ typeprint.c utils.c valarith.c valops.c \ valprint.c values.c version.c serial.c ser-unix.c mdebugread.c\ - c-exp.tab.c ch-exp.tab.c m2-exp.tab.c + c-exp.tab.c ch-exp.tab.c m2-exp.tab.c compat_que.c c-exp.tab.c: $(.CURDIR)/c-exp.y yacc -d -p c_ $(.CURDIR)/c-exp.y @@ -72,7 +72,4 @@ LDADD+= -L${.CURDIR}/../mmalloc/ -lmmalloc DPADD+= ${.CURDIR}/../mmalloc/libmmalloc.a .endif -LDADD+= -lcompat -DPADD+= ${LIBCOMPAT} - .include <bsd.prog.mk> |