Source-Changes-HG archive

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

[src/trunk]: src/lib/libpanel Specify path of a local internal header of libp...



details:   https://anonhg.NetBSD.org/src/rev/b580858e1d74
branches:  trunk
changeset: 811921:b580858e1d74
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sun Nov 22 04:30:33 2015 +0000

description:
Specify path of a local internal header of libpanel

diffstat:

 lib/libpanel/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r cee2f4576c67 -r b580858e1d74 lib/libpanel/Makefile
--- a/lib/libpanel/Makefile     Sun Nov 22 04:26:14 2015 +0000
+++ b/lib/libpanel/Makefile     Sun Nov 22 04:30:33 2015 +0000
@@ -1,7 +1,9 @@
-#      $NetBSD: Makefile,v 1.6 2015/11/22 04:26:14 kamil Exp $
+#      $NetBSD: Makefile,v 1.7 2015/11/22 04:30:33 kamil Exp $
 
 WARNS= 4
 
+CPPFLAGS+=     -I${.CURDIR}
+
 LIB=   panel
 
 INCS=  panel.h



Home | Main Index | Thread Index | Old Index