2009-12-09 11:55:51 -05:00
|
|
|
$OpenBSD: patch-binutils_Makefile_am,v 1.2 2009/12/09 16:55:51 ckuethe Exp $
|
|
|
|
--- binutils/Makefile.am.orig Sun Aug 24 21:38:13 2008
|
|
|
|
+++ binutils/Makefile.am Sun Dec 6 21:48:53 2009
|
|
|
|
@@ -97,7 +97,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 = \
|
2009-12-09 11:55:51 -05:00
|
|
|
@@ -105,7 +105,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
|