Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced illegal tab in Makefile with spaces. #1960

Merged
merged 1 commit into from
Feb 25, 2015

Commits on Feb 25, 2015

  1. Replaced illegal tab in Makefile with spaces.

    Commands, such as $(error ...), are not allowed to be indented with tabs
    outside of targets, throwing an error instead of outputting the actual
    error. The solution is to use innocuous spaces instead. Ideally, spaces
    should be used everywhere outside targets, but since make does not mind
    it if variable assignments are tab-indented outside targets, a complete
    overhaul is not necessary. However, if more errors are added, it might
    make more sense to be consistent.
    
    Also, make will already add a period so I removed it.
    gustavla committed Feb 25, 2015
    Configuration menu
    Copy the full SHA
    d2beb8a View commit details
    Browse the repository at this point in the history