This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Fastjar's Makefile:153: *** missing separator. Stop.
- To: gcc at gcc dot gnu dot org
- Subject: Fastjar's Makefile:153: *** missing separator. Stop.
- From: Christian Jönsson <c dot christian dot joensson at telia dot com>
- Date: Sun, 17 Dec 2000 19:27:55 +0100
I was just trying to build gcc cvs sources 2000-12-17
about 17:08 +01:00 and hung on fastjar/Makefile while
doing a bootstrap-lean:
make[2]: Leaving directory
`/usr/local/src/objdir-gcc-2000-12-17-1708+0100/zlib'
make[2]: Entering directory
`/usr/local/src/objdir-gcc-2000-12-17-1708+0100/fastjar'
Makefile:153: *** missing separator. Stop.
make[2]: Leaving directory
`/usr/local/src/objdir-gcc-2000-12-17-1708+0100/fastjar'make[1]: ***
[all-fastjar] Error 2
Now, the Makefile looks pretty odd, starting at line 153, it's this:
<<<<<<< Makefile.in
TAR = gtar
=======
TAR = tar
>>>>>>> 1.4
Not to much understanding to me...
This was on a Red Hat Linux 6.2/Intel system up to date as
of today, i.e., 2000-12-17.
Any ideas?
TIA,
/ChJ