patch-1.3.9 linux/net/Makefile
Next file: linux/net/appletalk/Makefile
Previous file: linux/net/802/Makefile
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Tue Jul 11 08:02:20 1995
- Orig file:
v1.3.8/linux/net/Makefile
- Orig date:
Thu Jun 29 19:02:55 1995
diff -u --recursive --new-file v1.3.8/linux/net/Makefile linux/net/Makefile
@@ -15,8 +15,6 @@
$(CC) $(CFLAGS) -c $<
.s.o:
$(AS) -o $*.o $<
-.c.s:
- $(CC) $(CFLAGS) -S $<
OBJS = socket.o protocols.o
@@ -35,12 +33,4 @@
modules:
-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