summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-05-24 15:48:10 +0000
committerharti <harti@FreeBSD.org>2005-05-24 15:48:10 +0000
commit910dc606b98c3d428364a2e4a51431f0cc14bcce (patch)
tree37be9032f26e98f8c72e5678560b2a1c6658954f /usr.bin
parent145a7e51b4dc95bddc9325b8251b3ec5de2854ff (diff)
downloadFreeBSD-src-910dc606b98c3d428364a2e4a51431f0cc14bcce.zip
FreeBSD-src-910dc606b98c3d428364a2e4a51431f0cc14bcce.tar.gz
Make shell.o dependend on the Makefile just in case someone changes
the default shell in the Makefile.
Diffstat (limited to 'usr.bin')
-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 06700d7..c59a9a4 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.
OpenPOWER on IntegriCloud