i386 math-emu under 1.3.5 does not compile...

David S. Miller (davem@caip.rutgers.edu)
Thu, 29 Jun 1995 08:24:36 -0400


without this one-liner...

--- linux/arch/i386/math-emu/Makefile.orig Thu Jun 29 08:21:39 1995
+++ linux/arch/i386/math-emu/Makefile Thu Jun 29 08:15:59 1995
@@ -11,7 +11,7 @@
$(CC) $(CFLAGS) $(MATH_EMULATION) -c $<

.S.o:
- $(CC) -D__ASSEMBLER__ $(PARANOID) -c $<
+ $(CC) -D__ASSEMBLER__ -D__ASSEMBLY__ $(PARANOID) -c $<

.s.o:
$(CC) -c $<