From be2c18bd855b7dd41f5e70af6b5a34707ee84646 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 16 Jun 1997 16:48:01 +0000 Subject: [PATCH] * Makefile.in (OBJS): Put @extra_objects@ on the same line as macro.o. --- gas/ChangeLog | 5 +++++ gas/Makefile.in | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index e329610..1a24b7a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Mon Jun 16 12:45:56 1997 Ian Lance Taylor + + * Makefile.in (OBJS): Put @extra_objects@ on the same line as + macro.o. + Thu Jun 12 12:16:20 1997 Ian Lance Taylor * write.c (write_object_file): In non BFD_ASSEMBLER code, as we diff --git a/gas/Makefile.in b/gas/Makefile.in index 3407dde..6392a06 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -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 \ -- 2.7.4