Module Name:    src
Committed By:   christos
Date:           Thu Jan  8 03:47:32 UTC 2015

Modified Files:
        src/external/mit/xorg/tools/makestrs: Makefile

Log Message:
no need for the X headers anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/tools/makestrs/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/tools/makestrs/Makefile
diff -u src/external/mit/xorg/tools/makestrs/Makefile:1.2 src/external/mit/xorg/tools/makestrs/Makefile:1.3
--- src/external/mit/xorg/tools/makestrs/Makefile:1.2	Wed Jan  7 15:42:02 2015
+++ src/external/mit/xorg/tools/makestrs/Makefile	Wed Jan  7 22:47:32 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2015/01/07 20:42:02 joerg Exp $
+#	$NetBSD: Makefile,v 1.3 2015/01/08 03:47:32 christos Exp $
 
 NOMAN=	1
 
@@ -9,18 +9,4 @@ NOMAN=	1
 HOSTPROG=	makestrs
 HOST_CPPFLAGS+=	-I.
 
-.for header in Xos.h Xosdefs.h Xarch.h
-realdepend realall: X11/${header}
-
-X11/${header}:
-	mkdir -p X11
-	rm -f ${header}
-	ln -s ${X11SRCDIR.xproto}/${header} X11/${header}
-.endfor
-
-clean_headers: .PHONY
-	rm -rf X11
-
-cleandir: clean_headers
-
 .include <bsd.hostprog.mk>

Reply via email to