summaryrefslogtreecommitdiff
path: root/Makefile.direct
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2019-03-20 10:42:52 +0300
committerIvan Maidanski <ivmai@mail.ru>2019-03-20 12:34:21 +0300
commit974e07b74460e86489ec8e75d50366e962cd87ec (patch)
tree7a180443deec2c5cd2a3eef02ec4417b9c8f45b3 /Makefile.direct
parentb779f8f652837d59c08c65fb501117bfd38ad35d (diff)
downloadbdwgc-974e07b74460e86489ec8e75d50366e962cd87ec.tar.gz
Remove unused sparc_sunos4_mach_dep.s file
Issue #269 (bdwgc). It had been used only by OpenBSD/sparc in Makefile.direct previously. * Makefile.am (EXTRA_libgc_la_SOURCES): Remove sparc_sunos4_mach_dep.s. * Makefile.direct (SRCS): Likewise. * sparc_sunos4_mach_dep.s: Remove file.
Diffstat (limited to 'Makefile.direct')
-rw-r--r--Makefile.direct2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.direct b/Makefile.direct
index 86ddba09..679b518b 100644
--- a/Makefile.direct
+++ b/Makefile.direct
@@ -118,7 +118,7 @@ SRCS= $(CSRCS) \
include/private/pthread_stop_world.h include/private/darwin_semaphore.h \
include/private/darwin_stop_world.h include/private/thread_local_alloc.h \
ia64_save_regs_in_stack.s sparc_mach_dep.S \
- sparc_netbsd_mach_dep.s sparc_sunos4_mach_dep.s $(CORD_SRCS)
+ sparc_netbsd_mach_dep.s $(CORD_SRCS)
CORD_INCLUDE_FILES= $(srcdir)/include/gc.h $(srcdir)/include/cord.h \
$(srcdir)/include/ec.h $(srcdir)/include/cord_pos.h