mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed CLEANFILES.
This commit is contained in:
parent
265f31c20e
commit
26e7668052
1 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,8 @@ MAKEINFOFLAGS+= -I ${SRCDIR}/binutils
|
|||
MAKEINFOFLAGS+= -I ${GDBDIR}/gdb/doc
|
||||
MAKEINFOFLAGS+= -I ${CONTRIBDIR}/libreadline/doc
|
||||
|
||||
CLEANFILES= gdb-cfg.texi inc-hist.texi inc-hist.texi.orig
|
||||
CLEANFILES= gdb-cfg.texi inc-hist.texi inc-hist.texi.orig \
|
||||
gasver.texi ldver.texi
|
||||
|
||||
as.info: as.texinfo asconfig.texi c-i386.texi gasver.texi
|
||||
ld.info: ld.texinfo bfdsumm.texi ldver.texi
|
||||
|
|
|
|||
Loading…
Reference in a new issue