aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-05-24 02:17:12 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-05-24 02:17:12 +0000
commita62f273fbef3cabd22c7a5e2d3857466c922e7f5 (patch)
tree7d02e6bad86ffb5f5c38655a0c27da5e65d0c9cf /lib
parent5bca461d6fe6ffd3023794e0eec77a9f48695a77 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/csu/ia64/Makefile6
-rw-r--r--lib/csu/sparc/Makefile6
2 files changed, 5 insertions, 7 deletions
diff --git a/lib/csu/ia64/Makefile b/lib/csu/ia64/Makefile
index be882fe76cdf..fc988570ed3a 100644
--- a/lib/csu/ia64/Makefile
+++ b/lib/csu/ia64/Makefile
@@ -1,8 +1,6 @@
-#
# $FreeBSD$
-#
-.PATH: ${.CURDIR}/../alpha
+.PATH: ${.CURDIR}/../common
SRCS= crt1.c crtbegin.c crtend.c
OBJS= crt1.o crtbegin.o crtend.o
@@ -16,7 +14,7 @@ INTERNALLIB= true
all: ${OBJS} ${SOBJS}
-gcrt1.o: crt1.c
+gcrt1.o: crt1.c
${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.ALLSRC}
realinstall:
diff --git a/lib/csu/sparc/Makefile b/lib/csu/sparc/Makefile
index ffd53500b2d4..fc988570ed3a 100644
--- a/lib/csu/sparc/Makefile
+++ b/lib/csu/sparc/Makefile
@@ -1,6 +1,6 @@
-#
# $FreeBSD$
-#
+
+.PATH: ${.CURDIR}/../common
SRCS= crt1.c crtbegin.c crtend.c
OBJS= crt1.o crtbegin.o crtend.o
@@ -14,7 +14,7 @@ INTERNALLIB= true
all: ${OBJS} ${SOBJS}
-gcrt1.o: crt1.c
+gcrt1.o: crt1.c
${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.ALLSRC}
realinstall: