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

Only remove the last extension from a source file name. #79

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 1, 2018

  1. Only remove the last extension from a source file name.

    Since get_basename() already removes the extension from a path expression, changing the extension removes a second extension, causing *hello.x.c* and *hello.y.c* to both generate *hello.o*. Adding an extension instead generates *hello.x.o* and *hello.y.o* as expected.
    ryan-phillips committed May 1, 2018
    Configuration menu
    Copy the full SHA
    68c7c08 View commit details
    Browse the repository at this point in the history