Deleted Added
full compact
Makefile (132754) Makefile (136910)
1# $FreeBSD: head/gnu/usr.bin/binutils/as/Makefile 132754 2004-07-28 05:39:04Z kan $
1# $FreeBSD: head/gnu/usr.bin/binutils/as/Makefile 136910 2004-10-24 15:33:08Z ru $
2
3
4# BINDIR
5.include "${.CURDIR}/../../Makefile.inc"
6WARNS?= 2
2
3
4# BINDIR
5.include "${.CURDIR}/../../Makefile.inc"
6WARNS?= 2
7NO_WERROR= yes
7NO_WERROR=
8.include "${.CURDIR}/../Makefile.inc0"
9
10.PATH: ${SRCDIR}/gas ${SRCDIR}/gas/config
11
12PROG= as
13MAN= doc/as.1
14SRCS+= app.c as.c atof-generic.c atof-ieee.c bignum-copy.c \
15 cond.c dwarf2dbg.c ecoff.c expr.c flonum-copy.c flonum-konst.c \

--- 38 unchanged lines hidden ---
8.include "${.CURDIR}/../Makefile.inc0"
9
10.PATH: ${SRCDIR}/gas ${SRCDIR}/gas/config
11
12PROG= as
13MAN= doc/as.1
14SRCS+= app.c as.c atof-generic.c atof-ieee.c bignum-copy.c \
15 cond.c dwarf2dbg.c ecoff.c expr.c flonum-copy.c flonum-konst.c \

--- 38 unchanged lines hidden ---