Clean the product of patch(1).

This commit is contained in:
Ruslan Ermilov 2006-04-10 09:00:19 +00:00
parent 6dd8b8288a
commit ea59cd4167
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157626

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}