Make shell.o dependend on the Makefile just in case someone changes

the default shell in the Makefile.
This commit is contained in:
Hartmut Brandt 2005-05-24 15:48:10 +00:00
parent 066694bd51
commit cda79e4935

View file

@ -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.