From 1f3e5ac6df9d1c06987eef01cf1ed1ea75e3cce0 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Mon, 23 Jul 2007 23:03:34 +0000 Subject: [PATCH] Remove a duplicate SUBDIR += --- gnu/usr.bin/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 8e50ea0c9e..a6e3e22846 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/gnu/usr.bin/Makefile,v 1.51 2000/01/16 00:11:34 obrien Exp $ -# $DragonFly: src/gnu/usr.bin/Makefile,v 1.28 2007/04/13 12:26:42 corecode Exp $ +# $DragonFly: src/gnu/usr.bin/Makefile,v 1.29 2007/07/23 23:03:34 dillon Exp $ SUBDIR= cpio dialog diff diff3 grep groff man rcs sdiff sort texinfo @@ -11,11 +11,12 @@ SUBDIR+=cvs SUBDIR+=gdb .endif -SUBDIR+= binutils215 binutils217 cc34 +SUBDIR+= binutils215 binutils217 +SUBDIR+= cc34 .ORDER: binutils215 binutils217 cc34 .if !defined(NO_GCC41) -SUBDIR+= binutils215 binutils217 cc41 +SUBDIR+= cc41 .ORDER: binutils215 binutils217 cc41 .endif -- 2.41.0