patch-1.3.9 linux/drivers/pci/Makefile
Next file: linux/drivers/pci/pci.c
Previous file: linux/drivers/net/seeq8005.h
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Tue Jul 11 08:02:20 1995
- Orig file:
v1.3.8/linux/drivers/pci/Makefile
- Orig date:
Wed Jun 7 13:03:54 1995
diff -u --recursive --new-file v1.3.8/linux/drivers/pci/Makefile linux/drivers/pci/Makefile
@@ -9,8 +9,6 @@
# parent makefile.
#
-.c.s:
- $(CC) $(CFLAGS) -S $<
.s.o:
$(AS) -c -o $*.o $<
.c.o:
@@ -30,11 +28,5 @@
$(CPP) -M $(SRCS) > .depend
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