* configure.in: Set BFDDEF and BFDLIB at the top of Makefile, not
authorIan Lance Taylor <ian@airs.com>
Mon, 29 Mar 1993 21:49:44 +0000 (21:49 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 29 Mar 1993 21:49:44 +0000 (21:49 +0000)
the bottom (make expands variables in dependencies when the
dependencies are read, not when they are used).

gas/ChangeLog

index bddf7ecd3c76d57ef9d7c250abe51bf685876937..9bf50aab522534ec0799a37a1eed5aa69271dc10 100644 (file)
@@ -1,5 +1,9 @@
 Mon Mar 29 12:56:56 1993  Ian Lance Taylor  (ian@cygnus.com)
 
+       * configure.in: Set BFDDEF and BFDLIB at the top of Makefile, not
+       the bottom (make expands variables in dependencies when the
+       dependencies are read, not when they are used).
+
        * config/obj-coffbfd.c (fill_section): Don't set NOLOAD bit for
        a29k .bss section; the mondfe program doesn't like it.