patch-1.3.19 linux/net/unix/Makefile

Next file: linux/net/unix/af_unix.c
Previous file: linux/net/netrom/af_netrom.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.18/linux/net/unix/Makefile linux/net/unix/Makefile
@@ -7,24 +7,10 @@
 #
 # Note 2! The CFLAGS definition is now in the main makefile...
 
-.c.o:
-	$(CC) $(CFLAGS) -c $<
-.s.o:
-	$(AS) -o $*.o $<
+O_TARGET := unix.o
+O_OBJS	 := af_unix.o
 
+include $(TOPDIR)/Rules.make
 
-OBJS	:= af_unix.o
-
-
-unix.o:	$(OBJS)
-		$(LD) -r -o unix.o $(OBJS)
-
-dep:
-		$(CPP) -M *.c > .depend
-
-modules:
 tar:
 		tar -cvf /dev/f1 .
-
-
-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