patch-1.3.9 linux/kernel/Makefile
Next file: linux/kernel/exec_domain.c
Previous file: linux/ipc/msg.c
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/kernel/Makefile
- Orig date:
Fri Jul 7 08:54:56 1995
diff -u --recursive --new-file v1.3.8/linux/kernel/Makefile linux/kernel/Makefile
@@ -9,8 +9,6 @@
.S.s:
$(CPP) -traditional $< -o $*.s
-.c.s:
- $(CC) $(CFLAGS) -S $<
.s.o:
$(AS) -o $*.o $<
.c.o:
@@ -36,13 +34,6 @@
dep:
$(CPP) -M *.c > .depend
-dummy:
modules:
-#
-# 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