From aafbac06b87670bc429947442eb140e447f3326f Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 20 Jan 2004 13:31:35 +0000 Subject: The API seems the best to use here. --- lib/csu/i386-elf/Makefile | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'lib') diff --git a/lib/csu/i386-elf/Makefile b/lib/csu/i386-elf/Makefile index 9c61de7..8598ce8 100644 --- a/lib/csu/i386-elf/Makefile +++ b/lib/csu/i386-elf/Makefile @@ -3,21 +3,17 @@ .PATH: ${.CURDIR}/../common SRCS= crt1.c crti.S crtn.S -OBJS= ${SRCS:N*.h:R:S/$/.o/g} -OBJS+= gcrt1.o +FILES= ${SRCS:N*.h:R:S/$/.o/g} gcrt1.o +FILESOWN= ${LIBOWN} +FILESGRP= ${LIBGRP} +FILESMODE= ${LIBMODE} +FILESDIR= ${LIBDIR} WARNS?= 6 CFLAGS+= -I${.CURDIR}/../common \ -I${.CURDIR}/../../libc/include - -all: ${OBJS} - -CLEANFILES= ${OBJS} +CLEANFILES= ${FILES} gcrt1.o: crt1.c ${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.CURDIR}/crt1.c -realinstall: - ${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ - ${OBJS} ${DESTDIR}${LIBDIR} - -.include +.include -- cgit v1.1