Skip to content

Commit 29966ce

Browse files
basic_file.cc also depends upon largefile-config.h, mark it as a dep.
from Jan-Benedict Glaw on current-users. thanks!
1 parent 78a8089 commit 29966ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

external/gpl3/gcc/lib/libsupc++/Makefile.common

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile.common,v 1.22 2025/09/16 22:26:32 mrg Exp $
1+
# $NetBSD: Makefile.common,v 1.23 2025/10/10 18:26:05 mrg Exp $
22

33
DIST= ${GCCDIST}
44
GNUHOSTDIST= ${DIST}
@@ -112,7 +112,7 @@ COPTS.${_f}+= -std=gnu++23 -fimplicit-templates
112112
COPTS.${_f}+= -std=gnu++26 -fimplicit-templates
113113
.endfor
114114

115-
.for _f in dir ops fs_dir fs_ops cow-fs_dir cow-fs_ops
115+
.for _f in dir ops fs_dir fs_ops cow-fs_dir cow-fs_ops basic_file
116116
${_f}.o ${_f}.d ${_f}.pico ${_f}.po: bits/largefile-config.h
117117
.endfor
118118

0 commit comments

Comments
 (0)