Makefile Missing Separator

Source: Internet
Author: User

Don't use tab in this makefile, only the line of the command can and can only start with tab!

Other, such as the definition of make variable, assignment, make default function such as $ (error "strings") can not start with tab, otherwise makes will handle it as a command!

If you exclude the issue of tab space instead of the question, and the Chinese ":" and other issues, the problem still exists
Well, it's probably a problem with the file encoding format.
Check the makefile file encoding format is not utf-8, also with the BOM tag in the file header
$ xxd-l Makefile
0000000: efbb BF6c6c 3a0a 2020 6563 686f 2068 ... all:.

Remove the Red font section and it's OK.

re:http://bbs.csdn.net/topics/390344596

Makefile Missing Separator

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.