Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/x11/include/bitmaps revert previous and use INCS{,DIR} here; ...



details:   https://anonhg.NetBSD.org/src/rev/d201c1541840
branches:  trunk
changeset: 551961:d201c1541840
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sun Sep 14 18:09:30 2003 +0000

description:
revert previous and use INCS{,DIR} here; some programs include these
bitmaps directly and therefore need them after "includes" and not
after "install" time...

diffstat:

 x11/include/bitmaps/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 2f9ab7c15f36 -r d201c1541840 x11/include/bitmaps/Makefile
--- a/x11/include/bitmaps/Makefile      Sun Sep 14 17:39:03 2003 +0000
+++ b/x11/include/bitmaps/Makefile      Sun Sep 14 18:09:30 2003 +0000
@@ -1,12 +1,12 @@
-#      $NetBSD: Makefile,v 1.3 2003/09/14 06:37:00 lukem Exp $
+#      $NetBSD: Makefile,v 1.4 2003/09/14 18:09:30 lukem Exp $
 
 .include <bsd.own.mk>
 
 .PATH: ${X11SRCDIR.xc}/include/bitmaps
 
-FILESDIR=${X11INCDIR}/X11/bitmaps
+INCSDIR=${X11INCDIR}/X11/bitmaps
 
-FILES= 1x1 2x2 black boxes calculator cntr_ptr cntr_ptrmsk cross_weave \
+INCS=  1x1 2x2 black boxes calculator cntr_ptr cntr_ptrmsk cross_weave \
        dimple1 dimple3 dot dropbar7 dropbar8 escherknot flagdown flagup \
        flipped_gray gray gray1 gray3 grid2 grid4 grid8 grid16 hlines2 \
        hlines3 icon keyboard16 left_ptr left_ptrmsk letters light_gray \



Home | Main Index | Thread Index | Old Index