* Makefile.in (OBJS): Put @extra_objects@ on the same line as
authorIan Lance Taylor <ian@airs.com>
Mon, 16 Jun 1997 16:48:01 +0000 (16:48 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 16 Jun 1997 16:48:01 +0000 (16:48 +0000)
macro.o.

gas/ChangeLog
gas/Makefile.in

index e329610754c45ba98d66048c86ce1878601d0287..1a24b7a87542c6c182e4118d5e7adade3d8f4ab8 100644 (file)
@@ -1,3 +1,8 @@
+Mon Jun 16 12:45:56 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (OBJS): Put @extra_objects@ on the same line as
+       macro.o.
+
 Thu Jun 12 12:16:20 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * write.c (write_object_file): In non BFD_ASSEMBLER code, as we
index 3407dde6d303330ff625040a7e812dd8a1622c9e..6392a06576cf0ddc1aa95efaff10595c938b2bc8 100644 (file)
@@ -421,8 +421,9 @@ OBJS = \
        ecoff.o \
        stabs.o \
        sb.o \
-       macro.o \
-       @extra_objects@
+       macro.o @extra_objects@
+# @extra_objects@ is on the same line as macro.o because some non-GNU
+# makes can't handle an empty line in a variable definition.
 
 GASPOBJS = \
        gasp.o \