Single-target subdir builds no longer work at all since the introduction

of "dependall" and .WAIT; add a .WAIT here and nuke the dependencies for now.
This commit is contained in:
tv 2001-10-08 22:27:34 +00:00
parent 17f50da79a
commit 68c509655a
1 changed files with 3 additions and 6 deletions

View File

@ -1,14 +1,11 @@
# $NetBSD: Makefile,v 1.10 2001/08/06 19:46:12 tv Exp $
# $NetBSD: Makefile,v 1.11 2001/10/08 22:27:34 tv Exp $
.include <bsd.own.mk>
.ifdef USE_NEW_TOOLCHAIN
SUBDIR+= cpp0 gcov backend cc1 cc1obj cc1plus f771 frontend cpp g++ g77 gcc
# Dependencies to allow single-target builds.
all-cc1 all-cc1obj all-cc1plus all-f771: all-backend
all-g++ all-g77 all-gcc all-cpp: all-frontend
SUBDIR+= backend frontend cpp0 gcov .WAIT \
cc1 cc1obj cc1plus f771 cpp g++ g77 gcc
.include <bsd.subdir.mk>