Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/lib/libsupc++ fix path for largefile-config.h



details:   https://anonhg.NetBSD.org/src/rev/2c5520f97e33
branches:  trunk
changeset: 938500:2c5520f97e33
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Sep 09 09:52:16 2020 +0000

description:
fix path for largefile-config.h

diffstat:

 external/gpl3/gcc/lib/libsupc++/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f3d8b63042d5 -r 2c5520f97e33 external/gpl3/gcc/lib/libsupc++/Makefile.common
--- a/external/gpl3/gcc/lib/libsupc++/Makefile.common   Wed Sep 09 09:49:16 2020 +0000
+++ b/external/gpl3/gcc/lib/libsupc++/Makefile.common   Wed Sep 09 09:52:16 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.common,v 1.16 2020/09/09 09:49:16 mrg Exp $
+#      $NetBSD: Makefile.common,v 1.17 2020/09/09 09:52:16 mrg Exp $
 
 DIST=          ${GCCDIST}
 GNUHOSTDIST=   ${DIST}
@@ -78,7 +78,7 @@
 COPTS.${_f}+=  -std=gnu++17 -fimplicit-templates
 .endfor
 
-dir.cc ops.cc fs_dir.cc fs_ops.cc: largefile-config.h
+dir.cc ops.cc fs_dir.cc fs_ops.cc: bits/largefile-config.h
 
 bits/largefile-config.h:
        mkdir -p bits



Home | Main Index | Thread Index | Old Index