summaryrefslogtreecommitdiffstats
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1996-10-10 23:34:38 +0000
committerStu Grossman <grossman@cygnus>1996-10-10 23:34:38 +0000
commite96dc1f7d4d910bf886300a60316b8ad11d5356c (patch)
treef97c1284bdfc7a5a3952bd275713be685e89747e /gdb/Makefile.in
parent1491f2eaee814c9942a68afba3248381122228c7 (diff)
downloadppe42-binutils-e96dc1f7d4d910bf886300a60316b8ad11d5356c.tar.gz
ppe42-binutils-e96dc1f7d4d910bf886300a60316b8ad11d5356c.zip
* Makefile.in (init.c): Fixup final sed script to work around
Linux bug with `p' operator.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index ca0df9b3ac..c277b745c2 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -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 ();}/p' >>init.c-tmp
+ sed -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
OpenPOWER on IntegriCloud