Removed debugging "tee" of assembly-stage output
authorshort <>
Tue, 5 Mar 2002 18:44:30 +0000 (18:44 +0000)
committershort <>
Tue, 5 Mar 2002 18:44:30 +0000 (18:44 +0000)
Makefile.global.in

index 84ca46d..fb02d54 100644 (file)
@@ -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 $@ $<