Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/csu Adjust for .mk file changes.
details: https://anonhg.NetBSD.org/src/rev/a872249fe19c
branches: trunk
changeset: 480892:a872249fe19c
user: mycroft <mycroft%NetBSD.org@localhost>
date: Sat Jan 22 19:37:57 2000 +0000
description:
Adjust for .mk file changes.
diffstat:
lib/csu/c++/Makefile | 4 ++--
lib/csu/common_aout/Makefile.inc | 4 ++--
lib/csu/common_elf/Makefile.inc | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (51 lines):
diff -r 6e9b31c36787 -r a872249fe19c lib/csu/c++/Makefile
--- a/lib/csu/c++/Makefile Sat Jan 22 19:31:00 2000 +0000
+++ b/lib/csu/c++/Makefile Sat Jan 22 19:37:57 2000 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.12 1999/04/03 16:28:50 simonb Exp $
+# $NetBSD: Makefile,v 1.13 2000/01/22 19:39:20 mycroft Exp $
CPPFLAGS+= -DLIBC_SCCS
COPTS+= -fpic
OBJS= c++rt0.o
-all: ${OBJS}
+realall: ${OBJS}
c++rt0.o: c++rt0.c
${COMPILE.c} ${.ALLSRC}
diff -r 6e9b31c36787 -r a872249fe19c lib/csu/common_aout/Makefile.inc
--- a/lib/csu/common_aout/Makefile.inc Sat Jan 22 19:31:00 2000 +0000
+++ b/lib/csu/common_aout/Makefile.inc Sat Jan 22 19:37:57 2000 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.inc,v 1.3 1999/03/19 22:50:20 thorpej Exp $
+# $NetBSD: Makefile.inc,v 1.4 2000/01/22 19:37:57 mycroft Exp $
# from: @(#)Makefile 5.5 (Berkeley) 5/21/91
CPPFLAGS+= -DLIBC_SCCS -I${.CURDIR}/../common_aout
OBJS+= crt0.o gcrt0.o scrt0.o
SRCS= crt0.c
-all: ${OBJS}
+realall: ${OBJS}
crt0.o: ${SRCS}
@echo "${COMPILE.c} -DCRT0 -DDYNAMIC ${.CURDIR}/${SRCS} -o ${.TARGET}"
diff -r 6e9b31c36787 -r a872249fe19c lib/csu/common_elf/Makefile.inc
--- a/lib/csu/common_elf/Makefile.inc Sat Jan 22 19:31:00 2000 +0000
+++ b/lib/csu/common_elf/Makefile.inc Sat Jan 22 19:37:57 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.3 1999/04/03 16:39:31 simonb Exp $
+# $NetBSD: Makefile.inc,v 1.4 2000/01/22 19:37:58 mycroft Exp $
.if !defined(ELFSIZE)
ELFSIZE=32
@@ -15,7 +15,7 @@
CLEANFILES+= core a.out
-all: ${OBJS}
+realall: ${OBJS}
crt0.o: crt0.c
@echo "${COMPILE.c} -DCRT0 ${.ALLSRC} -o ${.TARGET}"
Home |
Main Index |
Thread Index |
Old Index