patch-1.3.9 linux/fs/Makefile

Next file: linux/fs/binfmt_elf.c
Previous file: linux/drivers/sound/ulaw.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.8/linux/fs/Makefile linux/fs/Makefile
@@ -79,8 +79,6 @@
 MODULE_OBJS := $(MODULE_OBJS) binfmt_elf.o
 endif
 
-.c.s:
-	$(CC) $(CFLAGS) -S $<
 .c.o:
 	$(CC) $(CFLAGS) -c $<
 .s.o:
@@ -114,11 +112,4 @@
 	set -e; for i in $(MODULE_FS_SUBDIRS); do \
 	  test ! -d $$i || $(MAKE) -C $$i CFLAGS="$(CFLAGS) -DMODULE" dep; 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