mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Clean the product of patch(1).
This commit is contained in:
parent
6dd8b8288a
commit
ea59cd4167
1 changed files with 2 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue