mirror of
https://github.com/mirror/make.git
synced 2025-01-16 23:31:08 +08:00
Formerly default.c.~26~
This commit is contained in:
parent
8bd226777e
commit
f64cd37b29
@ -31,7 +31,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
static char default_suffixes[]
|
static char default_suffixes[]
|
||||||
= ".out .a .ln .o .c .cc .C .p .f .F .r .y .l .s .S \
|
= ".out .a .ln .o .c .cc .C .p .f .F .r .y .l .s .S \
|
||||||
.mod .sym .def .h .info .dvi .tex .texinfo .texi .txinfo \
|
.mod .sym .def .h .info .dvi .tex .texinfo .texi .txinfo \
|
||||||
.cweb .web .sh .elc .el";
|
.w .web .sh .elc .el";
|
||||||
|
|
||||||
static struct pspec default_pattern_rules[] =
|
static struct pspec default_pattern_rules[] =
|
||||||
{
|
{
|
||||||
@ -171,13 +171,13 @@ static char *default_suffix_rules[] =
|
|||||||
".txinfo.dvi",
|
".txinfo.dvi",
|
||||||
"$(TEXI2DVI) $<",
|
"$(TEXI2DVI) $<",
|
||||||
|
|
||||||
".cweb.c",
|
".w.c",
|
||||||
"$(CTANGLE) $<",
|
"$(CTANGLE) $<",
|
||||||
|
|
||||||
".web.p",
|
".web.p",
|
||||||
"$(TANGLE) $<",
|
"$(TANGLE) $<",
|
||||||
|
|
||||||
".cweb.tex",
|
".w.tex",
|
||||||
"$(CWEAVE) $<",
|
"$(CWEAVE) $<",
|
||||||
|
|
||||||
".web.tex",
|
".web.tex",
|
||||||
|
Loading…
Reference in New Issue
Block a user