Pass infodir down to sub-makes.
This commit is contained in:
parent
5d35f0ac05
commit
a5cb8284bf
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Jul 5 18:10:44 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
From 2000-06-12 Bill Nottingham <notting@redhat.com>:
|
||||
* Makefile.in: add $(infodir) to FLAGS_TO_PASS
|
||||
|
||||
Wed Jul 5 18:03:55 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* TODO: Updates.
|
||||
|
|
|
@ -368,6 +368,7 @@ ANNOTATE_OBS = annotate.o
|
|||
FLAGS_TO_PASS = \
|
||||
"prefix=$(prefix)" \
|
||||
"exec_prefix=$(exec_prefix)" \
|
||||
"infodir=$(infodir)" \
|
||||
"against=$(against)" \
|
||||
"AR=$(AR)" \
|
||||
"AR_FLAGS=$(AR_FLAGS)" \
|
||||
|
|
Loading…
Add table
Reference in a new issue