From: espie Date: Wed, 21 Jun 2017 00:10:23 +0000 (+0000) Subject: DEPENDSFILE comes from FreeBSD, we don't have it. replace it with its X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=82c015f87f1465b852e785283f6ee8557e0c510d;p=openbsd DEPENDSFILE comes from FreeBSD, we don't have it. replace it with its value .depend, so that the conditional is really used. okay guenther@ --- diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index 92f6984ac72..6ee5afcf63d 100644 --- a/gnu/usr.bin/cc/cc_tools/Makefile +++ b/gnu/usr.bin/cc/cc_tools/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/gnu/usr.bin/cc/cc_tools/Makefile,v 1.88.8.1 2009/04/15 03:14:26 kensmith Exp $ -# $OpenBSD: Makefile,v 1.14 2016/09/01 11:03:09 patrick Exp $ +# $OpenBSD: Makefile,v 1.15 2017/06/21 00:10:23 espie Exp $ .include @@ -533,7 +533,7 @@ CLEANFILES+= ${GENSRCS} ${GENONLY} ${GENOBJS} ${GNTOOLS} #----------------------------------------------------------------------- # Manual dependencies. -.if !exists(${DEPENDFILE}) +.if !exists(.depend) .include "Makefile.dep" .endif