Module Name:    src
Committed By:   mrg
Date:           Wed Mar 14 09:38:33 UTC 2018

Modified Files:
        src/external/mit/xorg/include/xorgproto/X11: Makefile

Log Message:
Xfuncproto.h is a normal file now.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/mit/xorg/include/xorgproto/X11/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/include/xorgproto/X11/Makefile
diff -u src/external/mit/xorg/include/xorgproto/X11/Makefile:1.1 src/external/mit/xorg/include/xorgproto/X11/Makefile:1.2
--- src/external/mit/xorg/include/xorgproto/X11/Makefile:1.1	Wed Mar 14 08:55:35 2018
+++ src/external/mit/xorg/include/xorgproto/X11/Makefile	Wed Mar 14 09:38:33 2018
@@ -1,14 +1,9 @@
-#	$NetBSD: Makefile,v 1.1 2018/03/14 08:55:35 mrg Exp $
+#	$NetBSD: Makefile,v 1.2 2018/03/14 09:38:33 mrg Exp $
 
 .include <bsd.own.mk>
 
 .PATH:	${X11SRCDIR.xorgproto}/include/X11
 
-Xfuncproto.h: Xfuncproto.h.in
-	${TOOL_SED} -e 's/#undef NARROWPROTO/#define NARROWPROTO/'  \
-	    -e 's/#undef FUNCPROTO/#define FUNCPROTO 15/' \
-	    < ${.ALLSRC} > ${.TARGET}
-
 Xpoll.h: Xpoll.h.in
 	${TOOL_SED} 's/@USE_FDS_BITS@/fds_bits/' \
 	    < ${.ALLSRC} > ${.TARGET}
@@ -41,11 +36,12 @@ INCS=	DECkeysym.h \
 	keysymdef.h
 INCSDIR=${X11INCDIR}/X11
 
-CLEANFILES+=	Xpoll.h Xfuncproto.h
+CLEANFILES+=	Xpoll.h
 
 NOOBJ=	# defined
 
 SUBDIR= PM dri extensions fonts
 
 .include <bsd.x11.mk>
+.include <bsd.prog.mk>
 .include <bsd.subdir.mk>

Reply via email to