public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] gnulib: Fix path to import/Makefile{,.in}
@ 2019-11-13  3:24 Christian Biesinger
  0 siblings, 0 replies; only message in thread
From: Christian Biesinger @ 2019-11-13  3:24 UTC (permalink / raw)
  To: bfd-cvs, gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=17298d65f05d18f04b864f6e6d35fccc89c0d607

commit 17298d65f05d18f04b864f6e6d35fccc89c0d607
Author: Christian Biesinger <cbiesinger@google.com>
Date:   Tue Nov 12 20:11:37 2019 -0600

    gnulib: Fix path to import/Makefile{,.in}
    
    I don't know why this path is what it is but it is clearly wrong.
    
    gnulib/ChangeLog:
    
    2019-11-12  Christian Biesinger  <cbiesinger@google.com>
    
    	* Makefile.in: Fix path to say import/ instead of gnulib/.
    
    Change-Id: Ib7f6a319ee764d20072e38911766ca7032d6ca8e

Diff:
---
 gnulib/ChangeLog   | 4 ++++
 gnulib/Makefile.in | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnulib/ChangeLog b/gnulib/ChangeLog
index af12d75..67b8dfd 100644
--- a/gnulib/ChangeLog
+++ b/gnulib/ChangeLog
@@ -1,3 +1,7 @@
+2019-11-12  Christian Biesinger  <cbiesinger@google.com>
+
+	* Makefile.in: Fix path to say import/ instead of gnulib/.
+
 2019-11-06  Christian Biesinger  <cbiesinger@google.com>
 
 	* config.in: Regenerate.
diff --git a/gnulib/Makefile.in b/gnulib/Makefile.in
index c42bb23..a9879ed 100644
--- a/gnulib/Makefile.in
+++ b/gnulib/Makefile.in
@@ -180,8 +180,8 @@ Makefile: Makefile.in config.status
 	  CONFIG_HEADERS= \
 	  $(SHELL) config.status
 
-gnulib/Makefile: gnulib/Makefile.in config.status
-	CONFIG_FILES="gnulib/Makefile" \
+import/Makefile: import/Makefile.in config.status
+	CONFIG_FILES="import/Makefile" \
 	  CONFIG_COMMANDS="depfiles" \
 	  CONFIG_HEADERS= \
 	  CONFIG_LINKS= \


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-13  3:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-13  3:24 [binutils-gdb] gnulib: Fix path to import/Makefile{,.in} Christian Biesinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).