summaryrefslogtreecommitdiff
path: root/default.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1994-01-17 22:05:22 +0000
committerRoland McGrath <roland@redhat.com>1994-01-17 22:05:22 +0000
commit50bb35c3e3f3e80d47ff919394273355fd38e543 (patch)
tree01c2ab9feaef7073e8b41c79865428635e8a8ff2 /default.c
parentfc99c2260b53d56a1bc87ae07f15c1081b37af51 (diff)
downloadmake-50bb35c3e3f3e80d47ff919394273355fd38e543.tar.gz
Formerly default.c.~32~
Diffstat (limited to 'default.c')
-rw-r--r--default.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/default.c b/default.c
index 78ca108b..3465c538 100644
--- a/default.c
+++ b/default.c
@@ -1,5 +1,5 @@
/* Data base of default implicit rules for GNU Make.
-Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
+Copyright (C) 1988, 89, 90, 91, 92, 93, 94 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify
@@ -157,25 +157,25 @@ static char *default_suffix_rules[] =
"$(PREPROCESS.S) $< > $@",
".texinfo.info",
- "$(MAKEINFO) $< -o $@",
+ "$(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@",
".texi.info",
- "$(MAKEINFO) $< -o $@",
+ "$(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@",
".txinfo.info",
- "$(MAKEINFO) $< -o $@",
+ "$(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@",
".tex.dvi",
"$(TEX) $<",
".texinfo.dvi",
- "$(TEXI2DVI) $<",
+ "$(TEXI2DVI) $(TEXI2DVI_FLAGS) $<",
".texi.dvi",
- "$(TEXI2DVI) $<",
+ "$(TEXI2DVI) $(TEXI2DVI_FLAGS) $<",
".txinfo.dvi",
- "$(TEXI2DVI) $<",
+ "$(TEXI2DVI) $(TEXI2DVI_FLAGS) $<",
".w.c",
"$(CTANGLE) $< - $@", /* The `-' says there is no `.ch' file. */