summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@gnu.org>2008-01-23 14:06:03 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-04-07 23:12:07 +0200
commitd4147bbd4fdb997e4e370507dbc0cd9367864e22 (patch)
tree49e8cb5122fa4157b507db80c1b2f24c11ff088f
parent05806c391ae537d445860d1154533731584ec206 (diff)
libpthread/
2008-01-23 Neal H. Walfield <neal@gnu.org> * Makefile.am (AM_CPPFLAGS): Add -I$(LIBC)/include. libhurd-slab/ 2008-01-23 Neal H. Walfield <neal@gnu.org> * Makefile.am (AM_CPPFLAGS): Add -I$(LIBC)/include. libhurd-mm/ 2008-01-23 Neal H. Walfield <neal@gnu.org> * Makefile.am (COMMON_CPPFLAGS): Add -I$(LIBC)/include. libhurd-ihash/ 2008-01-23 Neal H. Walfield <neal@gnu.org> * Makefile.am (AM_CPPFLAGS): Add -I$(LIBC)/include. ruth/ 2008-01-23 Neal H. Walfield <neal@gnu.org> * Makefile.am (COMMON_CPPFLAGS): Add -I$(LIBC)/include. (ruth_SOURCES): Remove malloc-wrap.c, output.h and output.c. (ruth_LDADD): Set to $(top_builddir)/libc.a. * panic.c: Don't include "output.h". Include <stdio.h>. * ruth.h: Likewise. * ruth.c (getpagesize): Return a size_t, not an int.
-rw-r--r--Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 0b7a3750..d9cc4239 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
# Makefile.am - Makefile template for libpthread.
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2008 Free Software Foundation, Inc.
#
# This file is part of the GNU Hurd.
#
@@ -38,10 +38,10 @@ SYSDEP_PATH = $(srcdir)/sysdeps/l4/hurd/${arch} \
$(srcdir)/include
vpath %.c $(SYSDEP_PATH)
-AM_CPPFLAGS = -std=gnu99 -Wall -g -O3 \
- -I$(top_builddir)/include -D_GNU_SOURCE=1 -I$(srcdir)/pthread \
- -I$(top_srcdir)/libc-parts $(addprefix -I, $(SYSDEP_PATH)) \
- -imacros $(srcdir)/include/libc-symbols.h
+AM_CPPFLAGS = -std=gnu99 -Wall -g -O3 -I$(LIBC)/include \
+-I$(top_builddir)/include -D_GNU_SOURCE=1 -I$(srcdir)/pthread \
+-I$(top_srcdir)/libc-parts $(addprefix -I, $(SYSDEP_PATH)) -imacros \
+$(srcdir)/include/libc-symbols.h
# Sources.
SYSDEPS := lockfile.c