[pushed] gnulib: Fix path to import/Makefile{,.in}

Sourceware to Gerrit sync (Code Review) gerrit@gnutoolchain-gerrit.osci.io
Wed Nov 13 03:26:00 GMT 2019


The original change was created by Christian Biesinger.

Change URL: https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/621
......................................................................

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
---
M gnulib/ChangeLog
M gnulib/Makefile.in
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 @@
 	  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= \

-- 
Gerrit-Project: binutils-gdb
Gerrit-Branch: master
Gerrit-Change-Id: Ib7f6a319ee764d20072e38911766ca7032d6ca8e
Gerrit-Change-Number: 621
Gerrit-PatchSet: 2
Gerrit-Owner: Christian Biesinger <cbiesinger@google.com>
Gerrit-Reviewer: Simon Marchi <simon.marchi@polymtl.ca>
Gerrit-MessageType: newpatchset



More information about the Gdb-patches mailing list