[pushed] gnulib: Fix path to import/Makefile{,.in}
Commit Message
Sourceware to Gerrit sync has submitted this change.
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(-)
@@ -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.
@@ -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= \