MFC: product of patch(1)

This commit is contained in:
obrien 2007-12-04 16:28:10 +00:00
parent 40069bf28b
commit d5da950c16

View File

@ -65,6 +65,8 @@ frame-unwind-kluge.c: frame-unwind.diff
cat ${CNTRB_GDB}/gdb/frame-unwind.c > ${.TARGET}
patch ${.TARGET} ${.ALLSRC}
CLEANFILES= frame-unwind-kluge.c.orig
version.c:
echo '#include "version.h"' > ${.TARGET}
echo 'const char version[] = ${VERSION};' >> ${.TARGET}