summaryrefslogtreecommitdiffstats
path: root/c/src/librdbg/src/i386/any/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-20 14:24:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-20 14:24:46 +0000
commitcb8e48e29221716a4c7da4b5520fb7712b8137a7 (patch)
tree806d164b0e0aebc16126ad206089ab0e81326eac /c/src/librdbg/src/i386/any/Makefile.am
parent2002-03-06 Ralf Corsepius <corsepiu@faw-uni-ulm.de> (diff)
downloadrtems-cb8e48e29221716a4c7da4b5520fb7712b8137a7.tar.bz2
2002-03-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 149 * src/i386/any/Makefile.am: s/$(SED)/sed/. * src/m68k/any/Makefile.am: s/$(SED)/sed/. * src/powerpc/new_exception_processing/Makefile.am: s/$(SED)/sed/. (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>)
Diffstat (limited to '')
-rw-r--r--c/src/librdbg/src/i386/any/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/librdbg/src/i386/any/Makefile.am b/c/src/librdbg/src/i386/any/Makefile.am
index 01c42b8f7e..80a1709c32 100644
--- a/c/src/librdbg/src/i386/any/Makefile.am
+++ b/c/src/librdbg/src/i386/any/Makefile.am
@@ -71,7 +71,7 @@ if RPCTOOLS
-o i386/any/tmpSvc.c remdeb.x; \
$(AWK) -f ./awk.svc THEPROG="remdeb.h" i386/any/tmpSvc.c \
> i386/any/remdeb_svc.c; \
- $(SED) -e 's/fprintf.*,/printf(/' i386/any/remdeb_svc.c > i386/any/remdeb_svc.tmp; \
+ sed -e 's/fprintf.*,/printf(/' i386/any/remdeb_svc.c > i386/any/remdeb_svc.tmp; \
mv i386/any/remdeb_svc.tmp i386/any/remdeb_svc.c; \
rm -f i386/any/tmpSvc.c )
endif