Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv19385/lib
Modified Files:
Makefile
Log Message:
Makefile cleanups
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/lib/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile 20 May 2002 00:33:33 -0000 1.3
+++ Makefile 23 Jan 2003 23:06:12 -0000 1.4
@@ -1,18 +1,13 @@
#
# Makefile for the linux kernel.
#
-# 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: libio.a
L_TARGET := libio.a
-obj-y := string.o console.o negdi.o checksum.o lshrdi3.o strncpy_user.o copy_tofrom_user.o strnlen_user.o clear_user.o
+obj-y := string.o console.o negdi.o checksum.o lshrdi3.o strncpy_user.o \
+ copy_tofrom_user.o strnlen_user.o clear_user.o
include $(TOPDIR)/Rules.make
|