mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
Make shell.o dependend on the Makefile just in case someone changes
the default shell in the Makefile.
This commit is contained in:
parent
066694bd51
commit
cda79e4935
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue