diff options
Diffstat (limited to 'gnu/usr.bin/Makefile')
-rw-r--r-- | gnu/usr.bin/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index a3ab6eb6e4b..52f88f1ae53 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,17 +1,15 @@ -# $OpenBSD: Makefile,v 1.53 2013/07/05 21:29:51 miod Exp $ +# $OpenBSD: Makefile,v 1.54 2013/08/06 19:11:53 miod Exp $ # $NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $ .include <bsd.own.mk> .if make(obj) -SUBDIR+= cc gcc ../egcs/gcc +SUBDIR+= cc gcc .else . if ${COMPILER_VERSION:L} == "gcc3" SUBDIR+= gcc -. elif ${COMPILER_VERSION:L} == "gcc4" +. else SUBDIR+= cc -. elif ${COMPILER_VERSION:L} == "gcc2" -SUBDIR+= ../egcs/gcc . endif .endif |