minor style updating

This commit is contained in:
David E. O'Brien 2001-10-27 08:30:36 +00:00
parent 255cdd9376
commit 41513796e8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85594
3 changed files with 9 additions and 13 deletions

View File

@ -1,6 +1,6 @@
#
# $FreeBSD$
#
.PATH: ${.CURDIR}/../common
SRCS= crt1.c crti.S crtn.S
OBJS= ${SRCS:N*.h:R:S/$/.o/g}
@ -12,11 +12,9 @@ NOPIC= true
NOPROFILE= true
INTERNALLIB= true
.PATH: ${.CURDIR}/../common
all: ${OBJS} ${SOBJS}
gcrt1.o: crt1.c
gcrt1.o: crt1.c
${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.ALLSRC}
realinstall:

View File

@ -1,6 +1,6 @@
#
# $FreeBSD$
#
.PATH: ${.CURDIR}/../common
SRCS= crt1.c crti.S crtn.S
OBJS= ${SRCS:N*.h:R:S/$/.o/g}
@ -13,11 +13,10 @@ NOPIC= true
NOPROFILE= true
INTERNALLIB= true
.PATH: ${.CURDIR}/../common
all: ${OBJS} ${SOBJS}
gcrt1.o: crt1.c
gcrt1.o: crt1.c
${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.CURDIR}/crt1.c
realinstall:

View File

@ -1,6 +1,6 @@
#
# $FreeBSD$
#
.PATH: ${.CURDIR}/../common
SRCS= crt1.c crti.S crtn.S
OBJS= ${SRCS:N*.h:R:S/$/.o/g}
@ -13,11 +13,10 @@ NOPIC= true
NOPROFILE= true
INTERNALLIB= true
.PATH: ${.CURDIR}/../common
all: ${OBJS} ${SOBJS}
gcrt1.o: crt1.c
gcrt1.o: crt1.c
${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.CURDIR}/crt1.c
realinstall: