diff options
author | 2009-06-21 10:06:52 +0000 | |
---|---|---|
committer | 2009-06-21 10:06:52 +0000 | |
commit | 740526828429ff6690955c9e4833d36af9b81da8 (patch) | |
tree | 968fbb21f8257eda0b64a1b42e8face328d62275 /sys-devel/binutils-apple/files/binutils-apple-3.1.2-as-Makefile.patch | |
parent | Housekeeping, Sir (diff) | |
download | gentoo-2-740526828429ff6690955c9e4833d36af9b81da8.tar.gz gentoo-2-740526828429ff6690955c9e4833d36af9b81da8.tar.bz2 gentoo-2-740526828429ff6690955c9e4833d36af9b81da8.zip |
add sys-devel/binutils-apple from Gentoo Prefix tree
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/binutils-apple/files/binutils-apple-3.1.2-as-Makefile.patch')
-rw-r--r-- | sys-devel/binutils-apple/files/binutils-apple-3.1.2-as-Makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-devel/binutils-apple/files/binutils-apple-3.1.2-as-Makefile.patch b/sys-devel/binutils-apple/files/binutils-apple-3.1.2-as-Makefile.patch new file mode 100644 index 000000000000..554fed1cbe39 --- /dev/null +++ b/sys-devel/binutils-apple/files/binutils-apple-3.1.2-as-Makefile.patch @@ -0,0 +1,11 @@ +--- as/Makefile ++++ as/Makefile +@@ -343,7 +343,7 @@ + makeUser.o $(LIBSTUFF_DIR) $(LIBSTUFF) + $(CC) $(CFLAGS) $(RC_CFLAGS) -o $(SYMROOT)/as $(SYMROOT)/as.private.o + +-makeUser.c messages.c: make.h ++makeUser.c ../messages.c: make.h + + make.h makeUser.c: make.defs + $(MIG) $(MIG_FLAGS) $(SRCROOT)/make.defs |