patch-1.3.6 linux/arch/i386/math-emu/Makefile
Next file: linux/arch/i386/math-emu/control_w.h
Previous file: linux/arch/i386/lib/checksum.c
Back to the patch index
Back to the overall index
-  Lines: 18
 -  Date:
Thu Jun 29 18:24:30 1995
 -  Orig file: 
v1.3.5/linux/arch/i386/math-emu/Makefile
 -  Orig date: 
Mon Jan  9 09:19:01 1995
 
diff -u --recursive --new-file v1.3.5/linux/arch/i386/math-emu/Makefile linux/arch/i386/math-emu/Makefile
@@ -11,7 +11,7 @@
 	$(CC) $(CFLAGS) $(MATH_EMULATION) -c $<
 
 .S.o:
-	$(CC) -D__ASSEMBLER__ $(PARANOID) -c $<
+	$(CC) -D__ASSEMBLY__ $(PARANOID) -c $<
 
 .s.o:
 	$(CC) -c $<
@@ -35,7 +35,7 @@
 
 dep:
 	$(CPP) -M *.c > .depend
-	$(CPP) -D__ASSEMBLER__ -M *.S >> .depend
+	$(CPP) -D__ASSEMBLY__ -M *.S >> .depend
 
 proto:
 	cproto -e -DMAKING_PROTO *.c >fpu_proto.h
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this