diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-10-22 13:40:09 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-10-22 13:40:09 +0000 |
commit | c2eb6b1c991d92725861cce48cf5cfe22374d2c0 (patch) | |
tree | c473aacaebddbeab7e3cc58051aea9c4d68146ce /usr.bin/pcc/ccom | |
parent | dddd30e92965cc3160647e2f94dafaa0d51c08f5 (diff) |
move from x86 to i386; gentle push by deraadt@, ok ragge@
Diffstat (limited to 'usr.bin/pcc/ccom')
-rw-r--r-- | usr.bin/pcc/ccom/Makefile | 7 | ||||
-rw-r--r-- | usr.bin/pcc/ccom/i386/Makefile (renamed from usr.bin/pcc/ccom/x86/Makefile) | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/usr.bin/pcc/ccom/Makefile b/usr.bin/pcc/ccom/Makefile index 4367db43b8b..94a98b153ef 100644 --- a/usr.bin/pcc/ccom/Makefile +++ b/usr.bin/pcc/ccom/Makefile @@ -1,12 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 2007/10/14 20:29:27 otto Exp $ +# $OpenBSD: Makefile,v 1.3 2007/10/22 13:38:43 otto Exp $ # # Makefile for the ccom part of pcc. # - -.if ${MACHINE_ARCH} == "i386" -SUBDIR+= x86 -.else SUBDIR+= ${MACHINE_ARCH} -.endif .include <bsd.subdir.mk> diff --git a/usr.bin/pcc/ccom/x86/Makefile b/usr.bin/pcc/ccom/i386/Makefile index 2049d325ec4..71621e34b29 100644 --- a/usr.bin/pcc/ccom/x86/Makefile +++ b/usr.bin/pcc/ccom/i386/Makefile @@ -1,3 +1,3 @@ -TARGMACH= x86 +TARGMACH= i386 .include <bsd.prog.mk> |