patch-2.1.48 linux/arch/ppc/mm/Makefile

Next file: linux/arch/ppc/mm/extable.c
Previous file: linux/arch/ppc/mktar
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.47/linux/arch/ppc/mm/Makefile linux/arch/ppc/mm/Makefile
@@ -14,7 +14,7 @@
 .c.s:
 	$(CC) $(CFLAGS) -S $<
 
-OBJS	= fault.o init.o
+OBJS	= fault.o init.o extable.o
 
 mm.o: $(OBJS)
 	$(LD) -r -o mm.o $(OBJS)
@@ -22,9 +22,9 @@
 modules:
 
 dep:
-	$(CPP) -M *.c > .depend
-	
+
 fastdep:
+	$(TOPDIR)/scripts/mkdep *.[Sch] > .depend
 
 #
 # include a dependency file if one exists

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov