Fixed CLEANFILES.
Submitted by: cron
This commit is contained in:
parent
91d1d00c76
commit
d9d1f68412
@ -22,8 +22,9 @@ MAKEINFOFLAGS+= -I ${GDBDIR}/gdb/doc
|
||||
MAKEINFOFLAGS+= -I ${GDBDIR}/gdb/mi
|
||||
MAKEINFOFLAGS+= -I ${CONTRIBDIR}/libreadline/doc
|
||||
|
||||
CLEANFILES= gdb-cfg.texi GDBvn.texi inc-hist.texinfo inc-hist.texinfo.orig \
|
||||
gasver.texi ldver.texi
|
||||
CLEANFILES= configdoc.texi gdb-cfg.texi GDBvn.texi \
|
||||
inc-hist.texinfo inc-hist.texinfo.orig \
|
||||
config.texi gasver.texi ldver.texi
|
||||
|
||||
as.info: as.texinfo asconfig.texi c-i386.texi gasver.texi
|
||||
ld.info: ld.texinfo bfdsumm.texi ldver.texi configdoc.texi
|
||||
|
@ -13,6 +13,7 @@ CFLAGS+= -I${.CURDIR}
|
||||
CFLAGS+= -I${SRCDIR} -I${SRCDIR}/gas -I${SRCDIR}/gas/config
|
||||
DPADD= ${RELTOP}/libiberty/libiberty.a
|
||||
LDADD= ${DPADD}
|
||||
CLEANFILES= gasp+%FIXED.c
|
||||
|
||||
gasp+%FIXED.c: gasp.c
|
||||
sed -e 's|xregex\.h|gnuregex.h|g' ${.ALLSRC} >${.TARGET}
|
||||
|
@ -226,7 +226,7 @@ DBGSRCS=lib_traceatr.c \
|
||||
# Used instead of the hideous read_termcap.c abomination.
|
||||
SRCS+= termcap.c
|
||||
|
||||
CLEANFILES+= ${GENSRC} ${GENHDR} keys.tries make_hash term.h.new \
|
||||
CLEANFILES+= ${GENSRC} ${GENHDR} keys.list make_hash term.h.new \
|
||||
make_keys MKterm.h.awk comp_captab.c curses.head \
|
||||
namehdr nameftr codeftr ${NAMESRC} ${CODESRC}
|
||||
|
||||
|
@ -226,7 +226,7 @@ DBGSRCS=lib_traceatr.c \
|
||||
# Used instead of the hideous read_termcap.c abomination.
|
||||
SRCS+= termcap.c
|
||||
|
||||
CLEANFILES+= ${GENSRC} ${GENHDR} keys.tries make_hash term.h.new \
|
||||
CLEANFILES+= ${GENSRC} ${GENHDR} keys.list make_hash term.h.new \
|
||||
make_keys MKterm.h.awk comp_captab.c curses.head \
|
||||
namehdr nameftr codeftr ${NAMESRC} ${CODESRC}
|
||||
|
||||
|
@ -5,7 +5,7 @@ NOMAN=
|
||||
STRIP=
|
||||
BINDIR?= /boot
|
||||
BINMODE= 444
|
||||
CLEANFILES+= boot1 boot1.out boot1.o \
|
||||
CLEANFILES= boot boot1 boot1.out boot1.o \
|
||||
boot2.ldr boot2.bin boot2.ld boot2.out boot2.o boot2.h \
|
||||
boot2.s sio.o
|
||||
|
||||
|
@ -5,7 +5,7 @@ NOMAN=
|
||||
STRIP=
|
||||
BINDIR?= /boot
|
||||
BINMODE= 444
|
||||
CLEANFILES+= boot1 boot1.out boot1.o \
|
||||
CLEANFILES= boot boot1 boot1.out boot1.o \
|
||||
boot2.ldr boot2.bin boot2.ld boot2.out boot2.o boot2.h \
|
||||
boot2.s sio.o
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user