mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 23:32:21 +08:00
* Makefile.am: Fix quote style in last change.
* Makefile.in: Regenerate.
This commit is contained in:
@ -209,7 +209,7 @@ libbfd.h: $(LIBBFD_H_DEP)
|
||||
case $$file in \
|
||||
*-in.h) cat $$file >> $@ ;; \
|
||||
*/header.sed) break ;; \
|
||||
*) echo $$file | sed -e 's,.*/,,' -e 's,^,/* Extracted from ', \
|
||||
*) echo $$file | sed -e 's,.*/,,' -e 's,^,/* Extracted from ,' \
|
||||
-e 's,$$,. */,' >> $@ ; \
|
||||
./$(MKDOC) -i -f $(srcdir)/proto.str < $$file >> $@ ;; \
|
||||
esac; \
|
||||
@ -228,7 +228,7 @@ libcoff.h: $(LIBCOFF_H_DEP)
|
||||
case $$file in \
|
||||
*-in.h) cat $$file >> $@ ;; \
|
||||
*/header.sed) break ;; \
|
||||
*) echo $$file | sed -e 's,.*/,,' -e 's,^,/* Extracted from ', \
|
||||
*) echo $$file | sed -e 's,.*/,,' -e 's,^,/* Extracted from ,' \
|
||||
-e 's,$$,. */,' >> $@ ; \
|
||||
./$(MKDOC) -i -f $(srcdir)/proto.str < $$file >> $@ ;; \
|
||||
esac; \
|
||||
@ -259,7 +259,7 @@ bfd.h: $(BFD_H_DEP)
|
||||
case $$file in \
|
||||
*-in.h) cat $$file >> $@ ;; \
|
||||
*/header.sed) break ;; \
|
||||
*) echo $$file | sed -e 's,.*/,,' -e 's,^,/* Extracted from ', \
|
||||
*) echo $$file | sed -e 's,.*/,,' -e 's,^,/* Extracted from ,' \
|
||||
-e 's,$$,. */,' >> $@ ; \
|
||||
./$(MKDOC) -f $(srcdir)/proto.str < $$file >> $@ ;; \
|
||||
esac; \
|
||||
|
Reference in New Issue
Block a user