* libaout.h (enum machine_type): Change M_SPARCLET from 142 to 131.
[deliverable/binutils-gdb.git] / gdb / Makefile.in
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
 
This page took 0.023379 seconds and 4 git commands to generate.