summaryrefslogtreecommitdiffstats
path: root/bin/sh/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-02-03 13:27:55 +0000
committerjoerg <joerg@FreeBSD.org>1996-02-03 13:27:55 +0000
commitaa3af1501b53b625f3ccabddc6a4cc7fd409b7fe (patch)
tree32ae361f1a2963e8e82aa2e47ec7b2a0e52cbc4c /bin/sh/Makefile
parentb79e54892f659bf8bba70aa90df4fb994199e6d1 (diff)
downloadFreeBSD-src-aa3af1501b53b625f3ccabddc6a4cc7fd409b7fe.zip
FreeBSD-src-aa3af1501b53b625f3ccabddc6a4cc7fd409b7fe.tar.gz
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. :-/
Diffstat (limited to 'bin/sh/Makefile')
-rw-r--r--bin/sh/Makefile5
1 files changed, 4 insertions, 1 deletions
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
OpenPOWER on IntegriCloud