diff options
author | Tom Tromey <tromey@cygnus.com> | 1999-11-03 01:11:03 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 1999-11-03 01:11:03 +0000 |
commit | 89de952f8fd07986247620df87cbf08712141f31 (patch) | |
tree | 876c7fff5693520a285274c0cfcfb8580e9d84f3 /boehm-gc/Makefile.in | |
parent | 925fa22749429efecfea554835a596f04caf7a6a (diff) | |
download | gcc-89de952f8fd07986247620df87cbf08712141f31.tar.gz |
configure: Rebuilt.
* configure: Rebuilt.
* configure.in: Don't create boehm-config.h.
* Makefile.in: Rebuilt.
* Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
config.h.
($(all_objs)): Depend on gcconfig.h.
* gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
* gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
* config.h: Removed.
From-SVN: r30358
Diffstat (limited to 'boehm-gc/Makefile.in')
-rw-r--r-- | boehm-gc/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boehm-gc/Makefile.in b/boehm-gc/Makefile.in index 3e5b4a6aee5..08686c74c50 100644 --- a/boehm-gc/Makefile.in +++ b/boehm-gc/Makefile.in @@ -109,7 +109,7 @@ MULTICLEAN = true toolexeclib_LTLIBRARIES = $(target_all) EXTRA_LTLIBRARIES = libgcjgc.la libgcjgc_la_SOURCES = allchblk.c alloc.c blacklst.c checksums.c \ -config.h dbg_mlc.c dyn_load.c finalize.c gc.h gc_alloc.h gc_cpp.h \ +gcconfig.h dbg_mlc.c dyn_load.c finalize.c gc.h gc_alloc.h gc_cpp.h \ gc_hdrs.h gc_mark.h gc_priv.h gc_private.h gc_typed.h headers.c \ irix_threads.c linux_threads.c malloc.c mallocx.c mark.c mark_rts.c \ misc.c new_hblk.c obj_map.c os_dep.c pcr_interface.c ptr_chck.c \ @@ -513,7 +513,7 @@ install-am install uninstall-am uninstall all-redirect all-am all \ installdirs mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean -$(all_objs) : config.h gc_priv.h gc_hdrs.h gc.h gc_mark.h +$(all_objs) : gcconfig.h gc_priv.h gc_hdrs.h gc.h gc_mark.h .s.lo: $(LTCOMPILE) -Wp,-P -x assembler-with-cpp -c $< |