fix missing deps for cow-fs_dir* and cow-fs_ops*.

should fix build issues reported on current-users.
This commit is contained in:
mrg 2020-09-21 20:00:44 +00:00
parent bcf3e95038
commit 4cb0ef6be7

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.18 2020/09/16 21:24:30 mrg Exp $
# $NetBSD: Makefile.common,v 1.19 2020/09/21 20:00:44 mrg Exp $
DIST= ${GCCDIST}
GNUHOSTDIST= ${DIST}
@ -78,7 +78,7 @@ COPTS.${_f}+= -std=gnu++1z
COPTS.${_f}+= -std=gnu++17 -fimplicit-templates
.endfor
.for _f in dir ops fs_dir fs_ops
.for _f in dir ops fs_dir fs_ops cow-fs_dir cow-fs_ops
${_f}.o ${_f}.d ${_f}.pico ${_f}.po: bits/largefile-config.h
.endfor