2010-06-27 16:58:10 -04:00
|
|
|
$OpenBSD: patch-binutils_Makefile_am,v 1.3 2010/06/27 20:58:10 ckuethe Exp $
|
|
|
|
--- binutils/Makefile.am.orig Sat Jun 26 11:22:43 2010
|
|
|
|
+++ binutils/Makefile.am Sat Jun 26 11:31:17 2010
|
|
|
|
@@ -101,7 +101,7 @@ CFILES = \
|
2008-10-01 00:46:19 -04:00
|
|
|
resbin.c rescoff.c resrc.c resres.c \
|
|
|
|
size.c srconv.c stabs.c strings.c sysdump.c \
|
|
|
|
unwind-ia64.c version.c \
|
|
|
|
- windres.c winduni.c wrstabs.c \
|
|
|
|
+ windres.c winduni.c wrcoff.c wrstabs.c \
|
|
|
|
windmc.c mclex.c
|
|
|
|
|
|
|
|
GENERATED_CFILES = \
|
2010-06-27 16:58:10 -04:00
|
|
|
@@ -109,7 +109,7 @@ GENERATED_CFILES = \
|
2008-10-01 00:46:19 -04:00
|
|
|
defparse.c deflex.c nlmheader.c rcparse.c mcparse.c
|
|
|
|
|
|
|
|
DEBUG_SRCS = rddbg.c debug.c stabs.c ieee.c rdcoff.c
|
|
|
|
-WRITE_DEBUG_SRCS = $(DEBUG_SRCS) wrstabs.c
|
|
|
|
+WRITE_DEBUG_SRCS = $(DEBUG_SRCS) wrstabs.c wrcoff.c
|
|
|
|
|
|
|
|
# Code shared by all the binutils.
|
|
|
|
BULIBS = bucomm.c version.c filemode.c
|