Bug reported by Paul Flinders <paul@dawa.demon.co.uk>:
authorFred Fish <fnf@specifix.com>
Fri, 11 Oct 1996 17:23:14 +0000 (17:23 +0000)
committerFred Fish <fnf@specifix.com>
Fri, 11 Oct 1996 17:23:14 +0000 (17:23 +0000)
* Makefile.in (init.c): Restore '-n' option in sed command.

gdb/ChangeLog
gdb/Makefile.in

index 034ff49eb3bb7f868f9da0bf606b822a75d9ac8d..6b9b3de089114c4cc1ad2d2c3b164d26cc046dfe 100644 (file)
@@ -1,3 +1,8 @@
+Fri Oct 11 10:20:06 1996  Fred Fish  <fnf@cygnus.com>
+
+       Bug reported by Paul Flinders <paul@dawa.demon.co.uk>:
+       * Makefile.in (init.c): Restore '-n' option in sed command.
+
 Thu Oct 10 16:32:08 1996  Stu Grossman  (grossman@critters.cygnus.com)
 
        * Makefile.in (init.c):  Fixup final sed script to work around
index c277b745c2abbb3d5667af9849d892b17cc85483..1507c961d5e5d34984794e7601b879a360233cb2 100644 (file)
@@ -603,7 +603,7 @@ init.c: $(OBS) $(TSOBS)
            -e 's/\.o/.c/' \
            -e 's|\([^  ][^     ]*\)|$(srcdir)/\1|g' | \
        xargs grep -s '^_initialize_[a-z_0-9A-Z]* *(' | \
-       sed -e 's/^.*://' -e 's/^\([a-z_0-9A-Z]*\).*/  {extern void \1 PARAMS ((void)); \1 ();}/' >>init.c-tmp
+       sed -n -e 's/^.*://' -e 's/^\([a-z_0-9A-Z]*\).*/  {extern void \1 PARAMS ((void)); \1 ();}/' >>init.c-tmp
        @echo '}' >>init.c-tmp
        @mv init.c-tmp init.c