16 lines
302 B
Makefile
16 lines
302 B
Makefile
# $NetBSD: Makefile.unwind_h,v 1.1 2006/06/23 17:27:08 mrg Exp $
|
|
|
|
.if !defined(_GNU_LIBGCC_UNWIND_H)
|
|
_GNU_LIBGCC_UNWIND_H=1
|
|
|
|
# fragment to build unwind.h.
|
|
|
|
${LIB2_EH}: unwind.h
|
|
unwind.h: ${G_UNWIND_H}
|
|
${_MKTARGET_CREATE}
|
|
rm -f ${.TARGET}
|
|
ln -s ${G_UNWIND_H} ${.TARGET}
|
|
CLEANFILES+= unwind.h
|
|
|
|
.endif
|