Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/xorg/tools/makestrs no need for the X headers a...
details: https://anonhg.NetBSD.org/src/rev/f23198710c9c
branches: trunk
changeset: 805610:f23198710c9c
user: christos <christos%NetBSD.org@localhost>
date: Thu Jan 08 03:47:32 2015 +0000
description:
no need for the X headers anymore.
diffstat:
external/mit/xorg/tools/makestrs/Makefile | 16 +---------------
1 files changed, 1 insertions(+), 15 deletions(-)
diffs (28 lines):
diff -r d849854f684e -r f23198710c9c external/mit/xorg/tools/makestrs/Makefile
--- a/external/mit/xorg/tools/makestrs/Makefile Thu Jan 08 01:52:42 2015 +0000
+++ b/external/mit/xorg/tools/makestrs/Makefile Thu Jan 08 03:47:32 2015 +0000
@@ -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 @@
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>
Home |
Main Index |
Thread Index |
Old Index