patch-2.1.110 linux/arch/i386/lib/Makefile
Next file: linux/arch/i386/math-emu/fpu_entry.c
Previous file: linux/arch/i386/kernel/smp.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Mon Jul 20 10:05:15 1998
- Orig file:
v2.1.109/linux/arch/i386/lib/Makefile
- Orig date:
Sat Jan 10 14:51:20 1998
diff -u --recursive --new-file v2.1.109/linux/arch/i386/lib/Makefile linux/arch/i386/lib/Makefile
@@ -2,13 +2,8 @@
# Makefile for i386-specific library files..
#
-ifdef SMP
.S.o:
$(CC) -D__ASSEMBLY__ $(AFLAGS) -traditional -c $< -o $*.o
-else
-.S.o:
- $(CC) -D__ASSEMBLY__ -traditional -c $< -o $*.o
-endif
L_TARGET = lib.a
L_OBJS = checksum.o semaphore.o locks.o delay.o usercopy.o getuser.o putuser.o
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov