Pass infodir down to sub-makes.

This commit is contained in:
Andrew Cagney 2000-07-05 08:12:04 +00:00
parent 5d35f0ac05
commit a5cb8284bf
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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)" \