aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2005-05-24 15:48:10 +0000
committerHartmut Brandt <harti@FreeBSD.org>2005-05-24 15:48:10 +0000
commitcda79e49356151fb7fcd2008aa27c962df433b56 (patch)
tree37be9032f26e98f8c72e5678560b2a1c6658954f /usr.bin/make
parent066694bd51d86e4ae05f23c9822f1c85448e1df1 (diff)
Notes
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index 06700d74ea72..c59a9a44083c 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -20,7 +20,7 @@ CFLAGS+=-D__FBSDID=__RCSID
# There is no obvious performance improvement currently.
# CFLAGS+=-DUSE_KQUEUE
-main.o: ${MAKEFILE}
+main.o shell.o: ${MAKEFILE}
# Directive and keyword tables. We use hash tables. These hash tables have been
# generated with mph which can be found on the usual GNU mirrors.