summaryrefslogtreecommitdiffstats
path: root/lib/csu/alpha
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-10-27 08:30:36 +0000
committerobrien <obrien@FreeBSD.org>2001-10-27 08:30:36 +0000
commitab164bcc752d477540d96fb57f92d8429da032ff (patch)
treea5538ab827d4e2c7d4447625cc7edef94a605b2b /lib/csu/alpha
parent679fe89052138413437672e905e7cceeeffbb01c (diff)
downloadFreeBSD-src-ab164bcc752d477540d96fb57f92d8429da032ff.zip
FreeBSD-src-ab164bcc752d477540d96fb57f92d8429da032ff.tar.gz
minor style updating
Diffstat (limited to 'lib/csu/alpha')
-rw-r--r--lib/csu/alpha/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile
index 1212b44..0ee91e0 100644
--- a/lib/csu/alpha/Makefile
+++ b/lib/csu/alpha/Makefile
@@ -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:
OpenPOWER on IntegriCloud