diff options
author | Christian Biesinger <cbiesinger@google.com> | 2019-11-12 20:11:37 -0600 |
---|---|---|
committer | Christian Biesinger <cbiesinger@google.com> | 2019-11-12 21:24:12 -0600 |
commit | 17298d65f05d18f04b864f6e6d35fccc89c0d607 (patch) | |
tree | 628e6c6626d8b9cf09d148fb57ce9f33a4e921bf | |
parent | RISC-V: Support the INSN_CLASS.*F.* classes for .insn directive. (diff) | |
download | binutils-gdb-17298d65f05d18f04b864f6e6d35fccc89c0d607.tar.gz binutils-gdb-17298d65f05d18f04b864f6e6d35fccc89c0d607.tar.bz2 binutils-gdb-17298d65f05d18f04b864f6e6d35fccc89c0d607.zip |
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
-rw-r--r-- | gnulib/ChangeLog | 4 | ||||
-rw-r--r-- | gnulib/Makefile.in | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gnulib/ChangeLog b/gnulib/ChangeLog index af12d75a326..67b8dfdcd87 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 c42bb239d34..a9879ed7127 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= \ |