Module Name:    src
Committed By:   tsutsui
Date:           Sun Dec 13 08:36:01 UTC 2009

Modified Files:
        src/sys/arch/mvmeppc/stand/libsa: Makefile

Log Message:
Put srt0.S to SRCS, not in dependencies for target all.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/mvmeppc/stand/libsa/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mvmeppc/stand/libsa/Makefile
diff -u src/sys/arch/mvmeppc/stand/libsa/Makefile:1.7 src/sys/arch/mvmeppc/stand/libsa/Makefile:1.8
--- src/sys/arch/mvmeppc/stand/libsa/Makefile:1.7	Thu Mar 19 10:19:33 2009
+++ src/sys/arch/mvmeppc/stand/libsa/Makefile	Sun Dec 13 08:36:01 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.7 2009/03/19 10:19:33 tsutsui Exp $
+#	$NetBSD: Makefile,v 1.8 2009/12/13 08:36:01 tsutsui Exp $
 
 LIB=sa
 
@@ -18,7 +18,7 @@
 
 SRC_kern= ashldi3.c ashrdi3.c strcmp.c strlen.c strncpy.c inet_addr.c
 
-SRC_here= bugsyscalls.S exec_mvme.c parse_args.c getchar.c putchar.c
+SRC_here= srt0.S bugsyscalls.S exec_mvme.c parse_args.c getchar.c putchar.c
 SRC_here+= if_bug.c clock.c
 
 SRCS= ${SRC_net} ${SRC_sa} ${SRC_kern} ${SRC_here}
@@ -33,8 +33,6 @@
 #CPPFLAGS+= -DSUPPORT_RARP -DSUPPORT_BOOTPARAM
 CPPFLAGS+= -DSUPPORT_NFS -DNFS_NOSYMLINK
 
-CLEANFILES+= srt0.o
-
 .include "../Makefile.booters"
 .include "${S}/../common/lib/libc/Makefile.inc"
 
@@ -43,7 +41,7 @@
 # only needed during build
 libinstall::
 
-all realall: lib${LIB}.a srt0.o
+all realall: lib${LIB}.a
 
 .include <bsd.own.mk>
 .undef DESTDIR

Reply via email to