summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2011-06-25 20:56:22 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2011-06-25 20:56:22 +0000
commit678c6eceabd3e1ee0c63a2f65aee9daf87319b0e (patch)
treeeb318fdd6e997dbc5c289d6c834dc33868e728dd /gnu/usr.bin
parentc37e495ff0a2392ca1df1635466ae48ce43e1edb (diff)
Remove ueberold a.out configuration leftovers.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile9
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