diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-06-16 16:48:01 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-06-16 16:48:01 +0000 |
commit | be2c18bd855b7dd41f5e70af6b5a34707ee84646 (patch) | |
tree | 5e1ffe1abe6df103a21fa77e923266767cd0e4db /gas/Makefile.in | |
parent | 644344185485f78b25ac547f0ede96dd913550bc (diff) | |
download | gdb-be2c18bd855b7dd41f5e70af6b5a34707ee84646.zip gdb-be2c18bd855b7dd41f5e70af6b5a34707ee84646.tar.gz gdb-be2c18bd855b7dd41f5e70af6b5a34707ee84646.tar.bz2 |
* Makefile.in (OBJS): Put @extra_objects@ on the same line as
macro.o.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
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 \ |