patch-1.3.9 linux/arch/i386/lib/Makefile
Next file: linux/arch/i386/math-emu/Makefile
Previous file: linux/arch/i386/kernel/Makefile
Back to the patch index
Back to the overall index
-  Lines: 21
 -  Date:
Tue Jul 11 08:02:20 1995
 -  Orig file: 
v1.3.8/linux/arch/i386/lib/Makefile
 -  Orig date: 
Tue Jun 20 09:10:31 1995
 
diff -u --recursive --new-file v1.3.8/linux/arch/i386/lib/Makefile linux/arch/i386/lib/Makefile
@@ -2,8 +2,6 @@
 # Makefile for i386-specific library files..
 #
 
-.c.s:
-	$(CC) $(CFLAGS) -S $<
 .s.o:
 	$(AS) -c -o $*.o $<
 .c.o:
@@ -19,10 +17,4 @@
 
 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