patch-1.3.9 linux/arch/sparc/boot/Makefile
Next file: linux/arch/sparc/kernel/Makefile
Previous file: linux/arch/mips/mm/Makefile
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Tue Jul 11 08:02:20 1995
- Orig file:
v1.3.8/linux/arch/sparc/boot/Makefile
- Orig date:
Tue Jun 27 14:11:30 1995
diff -u --recursive --new-file v1.3.8/linux/arch/sparc/boot/Makefile linux/arch/sparc/boot/Makefile
@@ -5,8 +5,6 @@
OBJS =bare.o init_me.o ../kernel/promops.o ../lib/lib.a
BOOTLINKFLAGS = -N -Ttext 0x200000 -e _first_adr_in_text
-.c.s:
- $(CC) $(CFLAGS) -S -o $*.s $<
.s.o:
$(AS) -o $*.o $<
.c.o:
@@ -25,11 +23,4 @@
$(CPP) -M *.c > .depend
$(CPP) -M -D__ASSEMBLY__ -ansi *.S >>.depend
-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