diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-12-12 07:53:26 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-12-12 07:53:26 -0500 |
commit | 22c24a38feed148d7109556bc3222ee8e6fd64ba (patch) | |
tree | 155ec181b1dd5ef05e00724208685bed89332121 | |
parent | 8c8fbd20b5d6573b8cb5ef5629659085ed07c979 (diff) | |
download | gcc-22c24a38feed148d7109556bc3222ee8e6fd64ba.zip gcc-22c24a38feed148d7109556bc3222ee8e6fd64ba.tar.gz gcc-22c24a38feed148d7109556bc3222ee8e6fd64ba.tar.bz2 |
Don't require bash.
From-SVN: r6219
-rw-r--r-- | gcc/config/m88k/t-luna | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m88k/t-luna b/gcc/config/m88k/t-luna index cdcffc9..dce5f22 100644 --- a/gcc/config/m88k/t-luna +++ b/gcc/config/m88k/t-luna @@ -5,7 +5,7 @@ MOVE_ASM = moveHI15x.asm moveQI16x.asm moveSI46x.asm moveSI64n.asm \ moveDI96x.asm $(MOVE_ASM): $(srcdir)/config/m88k/m88k-move.sh - bash $(srcdir)/config/m88k/m88k-move.sh -no-tdesc + $(srcdir)/config/m88k/m88k-move.sh -no-tdesc LIB2FUNCS_EXTRA = $(MOVE_ASM) LIBGCC1 = libgcc1.null |