diff options
author | Roland McGrath <roland@redhat.com> | 1993-06-21 21:56:36 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-06-21 21:56:36 +0000 |
commit | f64cd37b29675b4c88d67f90e47883225a0a785f (patch) | |
tree | 8a3553936cd2061b6eff133220aeff58f17ba5b5 | |
parent | 8bd226777efe0ea1eb2f4a2d33605db971efc67f (diff) | |
download | gunmake-f64cd37b29675b4c88d67f90e47883225a0a785f.tar.gz |
Formerly default.c.~26~
-rw-r--r-- | default.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -31,7 +31,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ static char default_suffixes[] = ".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 \ -.cweb .web .sh .elc .el"; +.w .web .sh .elc .el"; static struct pspec default_pattern_rules[] = { @@ -171,13 +171,13 @@ static char *default_suffix_rules[] = ".txinfo.dvi", "$(TEXI2DVI) $<", - ".cweb.c", + ".w.c", "$(CTANGLE) $<", ".web.p", "$(TANGLE) $<", - ".cweb.tex", + ".w.tex", "$(CWEAVE) $<", ".web.tex", |