From 730b098c45f547aa374de0579218092fd07fbf69 Mon Sep 17 00:00:00 2001 From: lukem Date: Tue, 13 Jul 2004 16:15:28 +0000 Subject: [PATCH] Add the .c and .h files generated from *.psw to DPSRCS. Add -I. to CPPFLAGS. This should fix a build problem highlighted by rtr@ in private mail. --- x11/lib/dps/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11/lib/dps/Makefile b/x11/lib/dps/Makefile index fdeee77d57ea..175582b7aafd 100644 --- a/x11/lib/dps/Makefile +++ b/x11/lib/dps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/11/08 13:57:29 lukem Exp $ +# $NetBSD: Makefile,v 1.5 2004/07/13 16:15:28 lukem Exp $ .include @@ -32,8 +32,11 @@ PSOPSHEADERFILES= \ PSOPSCFILES= ${PSOPSHEADERFILES:.h=.c} +DPSRCS+= ${DPSOPSHEADERFILES} ${DPSOPSCFILES} CLEANFILES+= ${DPSOPSHEADERFILES} ${DPSOPSCFILES} +DPSRCS+= ${PSOPSHEADERFILES} ${PSOPSCFILES} CLEANFILES+= ${PSOPSHEADERFILES} ${PSOPSCFILES} +CPPFLAGS+= -I. psops.h: ${PSOPSHEADERFILES} psname.txt header.txt psifdef.txt psendif.txt ${_MKTARGET_CREATE}