Pass infodir down to sub-makes.
authorAndrew Cagney <cagney@redhat.com>
Wed, 5 Jul 2000 08:12:04 +0000 (08:12 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 5 Jul 2000 08:12:04 +0000 (08:12 +0000)
gdb/ChangeLog
gdb/Makefile.in

index ddafce4..aaab631 100644 (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.
index 267c687..21a1a18 100644 (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)" \