Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gdtoa Add libc/locale to the search path.



details:   https://anonhg.NetBSD.org/src/rev/dc3477832ba2
branches:  trunk
changeset: 786202:dc3477832ba2
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Apr 19 20:18:33 2013 +0000

description:
Add libc/locale to the search path.

diffstat:

 lib/libc/gdtoa/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 71729383566e -r dc3477832ba2 lib/libc/gdtoa/Makefile.inc
--- a/lib/libc/gdtoa/Makefile.inc       Fri Apr 19 18:51:14 2013 +0000
+++ b/lib/libc/gdtoa/Makefile.inc       Fri Apr 19 20:18:33 2013 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile.inc,v 1.8 2008/02/09 02:37:21 mrg Exp $
+#      $NetBSD: Makefile.inc,v 1.9 2013/04/19 20:18:33 joerg Exp $
 
 # gdtoa sources
 .PATH: ${.CURDIR}/gdtoa
-CPPFLAGS+=-I${.CURDIR}/gdtoa
+CPPFLAGS+=-I${.CURDIR}/gdtoa -I${.CURDIR}/locale
 
 CPPFLAGS+=-DNO_FENV_H
 



Home | Main Index | Thread Index | Old Index