Deleted Added
full compact
Makefile (96464) Makefile (96512)
1# $FreeBSD: head/gnu/lib/csu/Makefile 96464 2002-05-12 16:35:34Z ru $
1# $FreeBSD: head/gnu/lib/csu/Makefile 96512 2002-05-13 10:53:24Z ru $
2
2
3INTERNALLIB= true
4
5GCCDIR= ${.CURDIR}/../../../contrib/gcc
6.PATH: ${GCCDIR}
7
8CCDIR= ${.CURDIR}/../../usr.bin/cc
9.include "${CCDIR}/Makefile.tgt"
10
11SRCS= crtstuff.c tconfig.h
12OBJS= crtbegin.o crtend.o

--- 46 unchanged lines hidden ---
3GCCDIR= ${.CURDIR}/../../../contrib/gcc
4.PATH: ${GCCDIR}
5
6CCDIR= ${.CURDIR}/../../usr.bin/cc
7.include "${CCDIR}/Makefile.tgt"
8
9SRCS= crtstuff.c tconfig.h
10OBJS= crtbegin.o crtend.o

--- 46 unchanged lines hidden ---