From: Kenn H. <ke...@us...> - 2003-01-23 23:06:17
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/mm In directory sc8-pr-cvs1:/tmp/cvs-serv19385/mm Modified Files: Makefile Log Message: Makefile cleanups Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/mm/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile 20 May 2002 00:33:34 -0000 1.3 +++ Makefile 23 Jan 2003 23:06:12 -0000 1.4 @@ -1,19 +1,11 @@ # # Makefile for the arch/vax/mm # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here +# Note! Dependencies are done automagically +# DON'T put your own dependencies here # unless it's something special (ie not a .c file). -# -# Note 2! The CFLAGS definitions are now in the main makefile... - -USE_STANDARD_AS_RULE := true - -all: mm.o O_TARGET := mm.o obj-y := init.o pgtable.o pgalloc.o ioremap.o extable.o fault.o -OX_OBJS := -MX_OBJS := include $(TOPDIR)/Rules.make |