diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index 06700d74ea7..c59a9a44083 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.