https://sourceware.org/bugzilla/show_bug.cgi?id=29361
Bug ID: 29361
Summary: Makefile:26: *** missing separator. Stop
Product: binutils
Version: 2.39
Status: NEW
Severity: minor
Priority: P2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: vladimir.mezentsev at oracle dot com
Target Milestone: ---
When I clone binutils-gdb.git to ./binutils and run build in the same
directory,
the build failed:
% git clone https://sourceware.org/git/binutils-gdb.git binutils
% ./binutils/configure
% make
.....
make[2]: Entering directory '...../binutils'
Makefile:26: *** missing separator. Stop.
make[2]: Leaving directory '...../binutils'
make[1]: *** [Makefile:4045: all-binutils] Error 2
make[1]: Leaving directory '.....'
make: *** [Makefile:1004: all] Error 2
--
You are receiving this mail because:
You are on the CC list for the bug.