Skip to content

Prepend the object path to .o files in generated dependency rules.#41

Open
toojays wants to merge 1 commit intoGolevka:masterfrom
toojays:header-deps
Open

Prepend the object path to .o files in generated dependency rules.#41
toojays wants to merge 1 commit intoGolevka:masterfrom
toojays:header-deps

Conversation

@toojays
Copy link
Contributor

@toojays toojays commented Jun 5, 2013

The makefile was generating dependency rules which did not include the directory
part of the object filenames. This caused a problem where the project would not
be rebuilt if only the header files changed.

This commit fixes that by correctly specifying the name of the object files in
the dependency generation rule. At the same time, it simplifies the dependency
generation rule, by passing extra options to the compiler so it generates the
exact file we want. This means we no longer need to use sed to rewrite the
dependency files.

This addresses #40.

The makefile was generating dependency rules which did not include the directory
part of the object filenames. This caused a problem where the project would not
be rebuilt if only the header files changed.

This commit fixes that by correctly specifying the name of the object files in
the dependency generation rule. At the same time, it simplifies the dependency
generation rule, by passing extra options to the compiler so it generates the
exact file we want. This means we no longer need to use sed to rewrite the
dependency files.

This addresses Golevka#40.
@toojays
Copy link
Contributor Author

toojays commented Jun 5, 2013

Sorry, I just realized I didn't use the correct syntax in my commit message to close the issue when you pull the commit. :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant