Bug 58350 - libvtv/testsuite: Makefile:369: *** missing separator. Stop.
Summary: libvtv/testsuite: Makefile:369: *** missing separator. Stop.
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: bootstrap (show other bugs)
Version: 4.9.0
: P3 blocker
Target Milestone: 4.9.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-07 08:34 UTC by Dmitry G. Dyachenko
Modified: 2013-09-17 18:33 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2013-09-07 00:00:00


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry G. Dyachenko 2013-09-07 08:34:13 UTC
rev. 202352
Fedora 19/x86_64
configured as

 ~/src/gcc_current/configure --prefix=/usr/local/gcc_current --with-multilib-list=m64 --enable-checking=release --enable-languages=c,c++,lto --enable-plugin --with-tune=native --with-arch=native --enable-version-specific-runtime-libs [--disable-vtv]

'--disable-vtv' change nothing in make's output

make
[...]
make[4]: Entering directory `/home/dimhen/build/gcc_current/x86_64-unknown-linux-gnu/libvtv'
Makefile:839: warning: overriding recipe for target `multi-do'
Makefile:770: warning: ignoring old recipe for target `multi-do'
Makefile:887: warning: overriding recipe for target `multi-clean'
Makefile:818: warning: ignoring old recipe for target `multi-clean'
Making all in testsuite
make[5]: Entering directory `/home/dimhen/build/gcc_current/x86_64-unknown-linux-gnu/libvtv/testsuite'
Makefile:369: *** missing separator.  Stop.
Comment 1 Eric Botcazou 2013-09-07 10:56:07 UTC
Confirmed with make 3.80.
Comment 2 Dmitry G. Dyachenko 2013-09-17 18:33:42 UTC
fixed 2013-09-07