patch-1.3.9 linux/arch/i386/mm/Makefile
Next file: linux/arch/mips/kernel/Makefile
Previous file: linux/arch/i386/math-emu/Makefile
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Tue Jul 11 08:02:20 1995
- Orig file:
v1.3.8/linux/arch/i386/mm/Makefile
- Orig date:
Mon Jan 16 07:17:35 1995
diff -u --recursive --new-file v1.3.8/linux/arch/i386/mm/Makefile linux/arch/i386/mm/Makefile
@@ -11,8 +11,6 @@
$(CC) $(CFLAGS) -c $<
.s.o:
$(AS) -o $*.o $<
-.c.s:
- $(CC) $(CFLAGS) -S $<
OBJS = init.o fault.o
@@ -24,9 +22,4 @@
dep:
$(CPP) -M *.c > .depend
-#
-# include a dependency file if one exists
-#
-ifeq (.depend,$(wildcard .depend))
-include .depend
-endif
+include $(TOPDIR)/Rules.make
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