diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2005-03-01 23:25:50 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2005-03-01 23:25:50 +0000 |
commit | e5aa6a0ae6d2a609569f58c8cf5d203f8ed7d832 (patch) | |
tree | a2aa86ae604dc0a59c156a6e0c611dff1f114864 /boehm-gc/Makefile.in | |
parent | e73ed25c41a9ab4bf8857973daac24ebebe23a10 (diff) | |
download | gcc-e5aa6a0ae6d2a609569f58c8cf5d203f8ed7d832.tar.gz |
Makefile.in, [...]: Regenerate.
2005-03-01 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.in, include/Makefile.in: Regenerate.
From-SVN: r95762
Diffstat (limited to 'boehm-gc/Makefile.in')
-rw-r--r-- | boehm-gc/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/boehm-gc/Makefile.in b/boehm-gc/Makefile.in index a81e3d0b466..6f842205efe 100644 --- a/boehm-gc/Makefile.in +++ b/boehm-gc/Makefile.in @@ -77,7 +77,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno configure.status.lineno -CONFIG_HEADER = $(top_builddir)/include/gc_config.h +CONFIG_HEADER = $(top_builddir)/include/gc_config.h \ + $(top_builddir)/include/gc_ext_config.h CONFIG_CLEAN_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) am__DEPENDENCIES_1 = @@ -100,7 +101,7 @@ am_gctest_OBJECTS = tests/test.$(OBJEXT) gctest_OBJECTS = $(am_gctest_OBJECTS) gctest_DEPENDENCIES = ./libgcjgc.la $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) -DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_builddir)/include depcomp = am__depfiles_maybe = COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |