makefile quote style fix
Alan Modra
amodra@bigpond.net.au
Sat Jun 8 01:50:00 GMT 2002
More information about the Binutils mailing list
Sat Jun 8 01:50:00 GMT 2002
- Previous message (by thread): replace CONST with const (ld/)
- Next message (by thread): --enable-targets=all is broken
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I must have been typing too quick. Not that it was wrong, but the quote style looks a little unusual. * Makefile.am: Fix quote style in last change. * Makefile.in: Regenerate. Index: bfd/doc/Makefile.am =================================================================== RCS file: /cvs/src/src/bfd/doc/Makefile.am,v retrieving revision 1.7 diff -u -p -r1.7 Makefile.am --- bfd/doc/Makefile.am 7 Jun 2002 07:37:20 -0000 1.7 +++ bfd/doc/Makefile.am 8 Jun 2002 08:38:26 -0000 @@ -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; \ -- Alan Modra IBM OzLabs - Linux Technology Centre
- Previous message (by thread): replace CONST with const (ld/)
- Next message (by thread): --enable-targets=all is broken
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list