From 50c848b508568c6aab9ca862b831cf9ca388ece5 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Fri, 4 Dec 2015 17:59:45 +0000 Subject: [PATCH] MFC r289379: Remove directories disconnected since r169718. git-svn-id: svn://svn.freebsd.org/base/stable/10@291782 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- gnu/usr.bin/cc/collect2/Makefile | 11 ----------- gnu/usr.bin/cc/protoize/Makefile | 21 --------------------- 2 files changed, 32 deletions(-) delete mode 100644 gnu/usr.bin/cc/collect2/Makefile delete mode 100644 gnu/usr.bin/cc/protoize/Makefile diff --git a/gnu/usr.bin/cc/collect2/Makefile b/gnu/usr.bin/cc/collect2/Makefile deleted file mode 100644 index 0b07b857a..000000000 --- a/gnu/usr.bin/cc/collect2/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# $FreeBSD$ - -.include "../Makefile.inc" - -.PATH: ${GCCDIR} - -PROG= collect2 -SRCS= collect2.c tlink.c version.c -MAN= - -.include diff --git a/gnu/usr.bin/cc/protoize/Makefile b/gnu/usr.bin/cc/protoize/Makefile deleted file mode 100644 index b851bed18..000000000 --- a/gnu/usr.bin/cc/protoize/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -.include "../Makefile.inc" - -.PATH: ${.CURDIR}/../cc_tools ${GCCDIR} - -PROG= protoize -MAN= - -# things are rather hard-coded, we work around that here -CFLAGS+= -DDEFAULT_TARGET_VERSION=\"\" -CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"../libdata/gcc\" - -DPADD= ${LIBCC_INT} -LDADD= ${LIBCC_INT} - -CLEANFILES= config.h -config.h: auto-host.h freebsd-native.h - cat ${.ALLSRC} >${.TARGET} - -.include -- 2.45.0