Deleted Added
full compact
1c1
< # $FreeBSD: head/gnu/usr.bin/gdb/libgdb/Makefile 141911 2005-02-14 12:10:14Z obrien $
---
> # $FreeBSD: head/gnu/usr.bin/gdb/libgdb/Makefile 149954 2005-09-10 18:25:53Z marcel $
21c21
< ${_fork_child} frame-base.c frame-unwind.c frame.c \
---
> ${_fork_child} frame-base.c frame-unwind-kluge.c frame.c \
62c62
< GENSRCS= version.c
---
> GENSRCS= frame-unwind-kluge.c version.c
63a64,67
> frame-unwind-kluge.c: frame-unwind.diff
> cat ${CNTRB_GDB}/gdb/frame-unwind.c > ${.TARGET}
> patch ${.TARGET} ${.ALLSRC}
>