Move the inclusion of <bsd.prog.mk> up so that keysym.h can have ${DESTDIR}

properly in its dependency list.
This commit is contained in:
tv 2002-01-30 20:32:29 +00:00
parent 5061395b91
commit 01c2615055
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2000/07/03 03:38:02 matt Exp $
# $NetBSD: Makefile,v 1.4 2002/01/30 20:32:29 tv Exp $
PROG= wsconsctl
SRCS= display.c keyboard.c keysym.c map_parse.y map_scan.l \
@ -11,8 +11,8 @@ CLEANFILES+= keysym.h
.depend keysym.c: keysym.h
.include <bsd.prog.mk>
keysym.h: mkkeysym.sh ${DESTDIR}/usr/include/dev/wscons/wsksymdef.h
sh ${.CURDIR}/mkkeysym.sh \
${DESTDIR}/usr/include/dev/wscons/wsksymdef.h > keysym.h
.include <bsd.prog.mk>