aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/Makefile.am
diff options
context:
space:
mode:
authorBryce McKinlay <bryce@waitaki.otago.ac.nz>2002-02-13 05:38:39 +0000
committerBryce McKinlay <bryce@gcc.gnu.org>2002-02-13 05:38:39 +0000
commitca77b9e123f2a889909da2e7b6cb6c5dd83a7ffc (patch)
tree79f2aaa7627d8e3d1e0b25a205cabcf95160d735 /boehm-gc/Makefile.am
parent0ec4e2a87f7a535d82c608aaa80a30f79a91130a (diff)
downloadgcc-ca77b9e123f2a889909da2e7b6cb6c5dd83a7ffc.zip
gcc-ca77b9e123f2a889909da2e7b6cb6c5dd83a7ffc.tar.gz
gcc-ca77b9e123f2a889909da2e7b6cb6c5dd83a7ffc.tar.bz2
dbg_mlc.c (GC_debug_generic_malloc): Removed.
* dbg_mlc.c (GC_debug_generic_malloc): Removed. * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a preprocessor file. * mips_sgi_mach_dep.S: Likewise. * Makefile.am: Update for above changes. * Makefile.in: Rebuilt. From-SVN: r49720
Diffstat (limited to 'boehm-gc/Makefile.am')
-rw-r--r--boehm-gc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am
index 4097072..2876ece 100644
--- a/boehm-gc/Makefile.am
+++ b/boehm-gc/Makefile.am
@@ -39,8 +39,8 @@ libgcjgc_la_DEPENDENCIES = @addobjs@
libgcjgc_la_LDFLAGS = -version-info 1:1:0 -rpath $(toolexeclibdir)
EXTRA_libgcjgc_la_SOURCES = alpha_mach_dep.s \
-mips_sgi_mach_dep.s mips_ultrix_mach_dep.s powerpc_macosx_mach_dep.s \
-rs6000_mach_dep.s sparc_mach_dep.s sparc_netbsd_mach_dep.s \
+mips_sgi_mach_dep.S mips_ultrix_mach_dep.s powerpc_macosx_mach_dep.s \
+rs6000_mach_dep.s sparc_mach_dep.S sparc_netbsd_mach_dep.s \
sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s
AM_CXXFLAGS = @GC_CFLAGS@