diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2011-06-25 20:56:22 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2011-06-25 20:56:22 +0000 |
commit | 678c6eceabd3e1ee0c63a2f65aee9daf87319b0e (patch) | |
tree | eb318fdd6e997dbc5c289d6c834dc33868e728dd /gnu/usr.bin | |
parent | c37e495ff0a2392ca1df1635466ae48ce43e1edb (diff) |
Remove ueberold a.out configuration leftovers.
Diffstat (limited to 'gnu/usr.bin')
-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 |