patch-1.3.19 linux/fs/proc/Makefile

Next file: linux/fs/proc/base.c
Previous file: linux/fs/nfs/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.18/linux/fs/proc/Makefile linux/fs/proc/Makefile
@@ -7,17 +7,8 @@
 #
 # Note 2! The CFLAGS definitions are now in the main makefile...
 
-.c.o:
-	$(CC) $(CFLAGS) -c $<
-.s.o:
-	$(AS) -o $*.o $<
-
-OBJS=	inode.o root.o base.o mem.o link.o fd.o array.o kmsg.o net.o scsi.o
-
-proc.o: $(OBJS)
-	$(LD) -r -o proc.o $(OBJS)
-
-dep:
-	$(CPP) -M *.c > .depend
+O_TARGET := proc.o
+O_OBJS   := inode.o root.o base.o mem.o link.o fd.o array.o kmsg.o net.o scsi.o
+M_OBJS   := $(O_TARGET)
 
 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