diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2019-12-21 21:40:02 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2019-12-21 21:40:02 +0000 |
commit | 2e505302fed71ccbc606e78804729f6b344ed695 (patch) | |
tree | ef018cd1a79bdd3dc83e31e78b66024bf73f2cba /gnu/usr.bin/cc | |
parent | eff9f5fbd1f620a72344d69193c82cc393dd5285 (diff) |
a few depend:-related thingies that were still in.
okay millert@, tb@
Diffstat (limited to 'gnu/usr.bin/cc')
-rw-r--r-- | gnu/usr.bin/cc/doc/Makefile | 5 | ||||
-rw-r--r-- | gnu/usr.bin/cc/include/Makefile | 5 | ||||
-rw-r--r-- | gnu/usr.bin/cc/libgcov/Makefile | 3 |
3 files changed, 3 insertions, 10 deletions
diff --git a/gnu/usr.bin/cc/doc/Makefile b/gnu/usr.bin/cc/doc/Makefile index 22cc323f9fe..cf52a5f87b6 100644 --- a/gnu/usr.bin/cc/doc/Makefile +++ b/gnu/usr.bin/cc/doc/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/gnu/usr.bin/cc/doc/Makefile,v 1.14.8.1 2009/04/15 03:14:26 kensmith Exp $ -# $OpenBSD: Makefile,v 1.2 2016/11/08 17:39:12 tb Exp $ +# $OpenBSD: Makefile,v 1.3 2019/12/21 21:40:00 espie Exp $ .include <bsd.own.mk> @@ -62,9 +62,6 @@ all: ${INFOF} clean: _SUBDIRUSE rm -f ${CLEANFILES} -depend: - # Nothing here so far... - install: ${INFOF} .for x in ${INFOS} install-info --quiet --section=${INFOSECTION} --entry=${INFOENTRY_${x}} \ diff --git a/gnu/usr.bin/cc/include/Makefile b/gnu/usr.bin/cc/include/Makefile index 47f61f244c5..20186b7a040 100644 --- a/gnu/usr.bin/cc/include/Makefile +++ b/gnu/usr.bin/cc/include/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/gnu/usr.bin/cc/include/Makefile,v 1.9.8.1 2009/04/15 03:14:26 kensmith Exp $ -# $OpenBSD: Makefile,v 1.13 2016/11/08 17:39:12 tb Exp $ +# $OpenBSD: Makefile,v 1.14 2019/12/21 21:40:00 espie Exp $ .include <bsd.own.mk> @@ -41,9 +41,6 @@ clean: _SUBDIRUSE cleandir: _SUBDIRUSE clean -depend: - # Nothing here so far... - .if ${TARGET_ARCH} == "i386" || ${TARGET_ARCH} == "amd64" prereq: mm_malloc.h unwind.h .else diff --git a/gnu/usr.bin/cc/libgcov/Makefile b/gnu/usr.bin/cc/libgcov/Makefile index d6b155db871..b1d4f7e8d53 100644 --- a/gnu/usr.bin/cc/libgcov/Makefile +++ b/gnu/usr.bin/cc/libgcov/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/gnu/lib/libgcov/Makefile,v 1.6 2009/06/21 01:54:47 kan Exp $ -# $OpenBSD: Makefile,v 1.3 2017/06/16 10:25:54 espie Exp $ +# $OpenBSD: Makefile,v 1.4 2019/12/21 21:40:00 espie Exp $ .include <bsd.own.mk> @@ -70,7 +70,6 @@ ${COMMONHDRS}: ${.CURDIR}/../cc_tools/Makefile CLEANFILES += ${COMMONHDRS} CLEANFILES += cs-*.h option* -${OBJS} beforedepend: ${COMMONHDRS} BUILDFIRST = ${COMMONHDRS} BUILDAFTER += ${OBJS_T} ${OBJS_P} ${OBJS_S} |