Module Name:    src
Committed By:   mrg
Date:           Mon Sep 21 20:00:45 UTC 2020

Modified Files:
        src/external/gpl3/gcc/lib/libsupc++: Makefile.common

Log Message:
fix missing deps for cow-fs_dir* and cow-fs_ops*.

should fix build issues reported on current-users.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 \
    src/external/gpl3/gcc/lib/libsupc++/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/lib/libsupc++/Makefile.common
diff -u src/external/gpl3/gcc/lib/libsupc++/Makefile.common:1.18 src/external/gpl3/gcc/lib/libsupc++/Makefile.common:1.19
--- src/external/gpl3/gcc/lib/libsupc++/Makefile.common:1.18	Wed Sep 16 21:24:30 2020
+++ src/external/gpl3/gcc/lib/libsupc++/Makefile.common	Mon Sep 21 20:00:44 2020
@@ -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
 

Reply via email to