patch-2.4.0-prerelease linux/arch/i386/math-emu/Makefile
Next file: linux/arch/i386/math-emu/fpu_system.h
Previous file: linux/arch/i386/lib/delay.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Dec 29 14:07:20 2000
- Orig file:
v2.4.0-test12/linux/arch/i386/math-emu/Makefile
- Orig date:
Thu Mar 30 16:56:04 2000
diff -u --recursive --new-file v2.4.0-test12/linux/arch/i386/math-emu/Makefile linux/arch/i386/math-emu/Makefile
@@ -2,7 +2,7 @@
# Makefile for wm-FPU-emu
#
-L_TARGET := math.a
+O_TARGET := math.o
#DEBUG = -DDEBUGGING
DEBUG =
@@ -27,7 +27,7 @@
div_Xsig.o polynom_Xsig.o round_Xsig.o \
shr_Xsig.o mul_Xsig.o
-L_OBJS =$(C_OBJS) $(A_OBJS)
+obj-y =$(C_OBJS) $(A_OBJS)
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)