diff options
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 \ |