patch-1.3.19 linux/net/appletalk/Makefile
Next file: linux/net/appletalk/aarp.c
Previous file: linux/net/Makefile
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Tue Aug 15 15:07:03 1995
- Orig file:
v1.3.18/linux/net/appletalk/Makefile
- Orig date:
Wed Aug 9 14:55:43 1995
diff -u --recursive --new-file v1.3.18/linux/net/appletalk/Makefile linux/net/appletalk/Makefile
@@ -7,23 +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 := appletalk.o
+O_OBJS := aarp.o ddp.o
-
-OBJS := aarp.o ddp.o
-
-
-appletalk.o: $(OBJS)
- $(LD) -r -o appletalk.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