patch-1.3.9 linux/arch/i386/kernel/Makefile
Next file: linux/arch/i386/lib/Makefile
Previous file: linux/arch/i386/config.in
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Tue Jul 11 08:02:20 1995
- Orig file:
v1.3.8/linux/arch/i386/kernel/Makefile
- Orig date:
Thu Jun 29 19:02:39 1995
diff -u --recursive --new-file v1.3.8/linux/arch/i386/kernel/Makefile linux/arch/i386/kernel/Makefile
@@ -7,8 +7,6 @@
#
# Note 2! The CFLAGS definitions are now in the main makefile...
-.c.s:
- $(CC) $(CFLAGS) -S $<
.s.o:
$(AS) -o $*.o $<
.c.o:
@@ -38,13 +36,4 @@
modules:
-dummy:
-
-#
-# 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