aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.