diff options
Diffstat (limited to 'gnu/usr.bin/cc/cc_tools')
-rw-r--r-- | gnu/usr.bin/cc/cc_tools/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index c6ed871158d..b4662dc08ac 100644 --- a/gnu/usr.bin/cc/cc_tools/Makefile +++ b/gnu/usr.bin/cc/cc_tools/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/gnu/usr.bin/cc/cc_tools/Makefile,v 1.88.8.1 2009/04/15 03:14:26 kensmith Exp $ -# $OpenBSD: Makefile,v 1.9 2011/04/06 15:23:39 drahn Exp $ +# $OpenBSD: Makefile,v 1.10 2011/06/25 20:56:21 miod Exp $ .include <bsd.own.mk> @@ -46,10 +46,9 @@ TARGET_INC+= alpha/openbsd1.h TARGET_INC+= elfos.h .endif .if ${TARGET_ARCH} == "arm" -TARGET_INC+=arm/openbsd1.h -TARGET_INC+=arm/elf.h -TARGET_INC+=arm/aout.h -TARGET_INC+=arm/arm.h +TARGET_INC+= arm/elf.h +TARGET_INC+= arm/aout.h +TARGET_INC+= arm/arm.h .endif .if ${TARGET_ARCH} == "sh" TARGET_INC+= sh/elf.h |