From: short <> Date: Tue, 5 Mar 2002 18:44:30 +0000 (+0000) Subject: Removed debugging "tee" of assembly-stage output X-Git-Tag: uc_works1~15 X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=commitdiff_plain;h=694435627cf426b4f40c8df4e2cde71917eca88e Removed debugging "tee" of assembly-stage output --- diff --git a/Makefile.global.in b/Makefile.global.in index 84ca46d..fb02d54 100644 --- a/Makefile.global.in +++ b/Makefile.global.in @@ -87,7 +87,7 @@ movel #\1,%d0; \ lea stackcheck-.-8,%a0; \ jsr 0(%pc,%a0); \ moveml (%sp)+,%d0-%d7/%a0-%a6; \ -&!' | tee $@.d | \ +&!' | \ $(AS) $(ASFLAGS) $(TARGET_MACH) -o $@ else $(CC) $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c -o $@ $<