diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2010-05-17 18:17:56 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2010-05-17 18:17:56 +0000 |
commit | 8e1c47f193761d191de56b22574670fd5e8a4e11 (patch) | |
tree | ed27ac00f38087a516faa5d1794d1b9fea2be594 /gnu/usr.bin/cc | |
parent | 8935e9ca95a4b6f1bac395a0405b895a506e5f84 (diff) |
always provide "includes" target
Diffstat (limited to 'gnu/usr.bin/cc')
-rw-r--r-- | gnu/usr.bin/cc/include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/include/Makefile b/gnu/usr.bin/cc/include/Makefile index 960d02fd03a..561ba13cc7a 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.8 2010/05/16 07:28:15 espie Exp $ +# $OpenBSD: Makefile,v 1.9 2010/05/17 18:17:55 naddy Exp $ .include <bsd.own.mk> @@ -43,7 +43,7 @@ install includes: ${INCS} ${INSTALL} -C -o ${BINOWN} -g ${LOCALEGRP} -m ${NONBINMODE} ${.ALLSRC} \ ${DESTDIR}/usr/include .else -install: +install includes: # Nothing here so far... .endif |