patch-1.3.19 linux/net/ipx/Makefile

Next file: linux/net/ipx/af_ipx.c
Previous file: linux/net/ipv4/rarp.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.18/linux/net/ipx/Makefile linux/net/ipx/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 := ipx.o
+O_OBJS   := af_ipx.o
 
-
-OBJS	:= af_ipx.o
-
-
-ipx.o:		$(OBJS)
-		$(LD) -r -o ipx.o $(OBJS)
-
-dep:
-		$(CPP) -M *.c > .depend
+include $(TOPDIR)/Rules.make
 
 tar:
 		tar -cvf /dev/f1 .
-
-modules:
-
-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