From ed9d0d428f64b76d69111a958cc58a717d3a4c75 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 07:05:35 +0000 Subject: [PATCH] 2003/09/07 22:37:49 darcs-hash:20040130070535-2ba56-21c8dc452264464ae97d21447aebbc9644e3e303.gz --- Makefile.upstream | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.upstream b/Makefile.upstream index b859727..0058bc9 100644 --- a/Makefile.upstream +++ b/Makefile.upstream @@ -37,7 +37,7 @@ url_jikes-1.18 := http://www.megacz.com/tmp/jikes-1.18.tgz #ftp:// cd upstream/install/bin; ln -s ../powerpc-apple-darwin/bin/as powerpc-apple-darwin-as cd upstream/install/bin; ln -s ../powerpc-apple-darwin/bin/ar powerpc-apple-darwin-ar cd upstream/install/bin; ln -s ../powerpc-apple-darwin/bin/strip powerpc-apple-darwin-strip - echo -e "\#!/bin/sh\nc++filt $@\n" > upstream/install/bin/c++filt3; chmod +x upstream/install/bin/c++filt3 + echo -e "#!/bin/sh\nc++filt $$@\n" > upstream/install/bin/c++filt3; chmod +x upstream/install/bin/c++filt3 touch $@ # building gcc requires binutils -- 1.7.10.4