From aa3af1501b53b625f3ccabddc6a4cc7fd409b7fe Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 3 Feb 1996 13:27:55 +0000 Subject: Fix the borokeness that crept in with rev 1.10 of parser.c, the sh didn't correctly start background jobs anymore. Strange that nobody was complaining... Add a dummy target for `builtins' in the Makefile, to prevent it from attempting to build this file by compiling builtins.c. :-/ --- bin/sh/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bin/sh/Makefile') diff --git a/bin/sh/Makefile b/bin/sh/Makefile index ae285c97..b52b94d 100644 --- a/bin/sh/Makefile +++ b/bin/sh/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/8/93 -# $Id: Makefile,v 1.7 1994/10/02 01:36:03 ache Exp $ +# $Id: Makefile,v 1.8 1995/08/27 20:26:40 joerg Exp $ PROG= sh SRCS= alias.c builtins.c cd.c echo.c error.c eval.c exec.c expand.c \ @@ -23,6 +23,9 @@ CLEANFILES+=\ token.def: mktokens sh ${.CURDIR}/mktokens +${.CURDIR}/builtins: + # just override the default rule + builtins.h builtins.c: ${.CURDIR}/mkbuiltins ${.CURDIR}/builtins cd ${.CURDIR}; sh mkbuiltins -- cgit v1.1