mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix some dependency bobbles.
This commit is contained in:
parent
f847d07c74
commit
94d4493832
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,8 @@ const.h: const.c
|
|||
sed -e 's/Char \([a-zA-Z0-9_]*\)\(.*\)/extern Char \1[];/' | \
|
||||
sort >> $@
|
||||
|
||||
./const.h: const.h
|
||||
./err.h: err.h
|
||||
.depend: const.h err.h
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue