patch-1.3.9 linux/drivers/block/Makefile
Next file: linux/drivers/block/README.aztcd
Previous file: linux/drivers/Makefile
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/block/Makefile
- Orig date:
Fri Jul 7 08:54:44 1995
diff -u --recursive --new-file v1.3.8/linux/drivers/block/Makefile linux/drivers/block/Makefile
@@ -9,8 +9,6 @@
# parent makefile.
#
-.c.s:
- $(CC) $(CFLAGS) -S $<
.s.o:
$(AS) -c -o $*.o $<
.c.o:
@@ -147,11 +145,4 @@
echo $(BLOCK_MODULE_OBJS) > ../../modules/BLOCK_MODULES
(cd ../../modules;for i in $(BLOCK_MODULE_OBJS); do ln -sf ../drivers/block/$$i .; done)
-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