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

fix a number of Makefile.third rules #1678

Conversation

benoit-pierre
Copy link
Contributor

@benoit-pierre benoit-pierre commented Oct 25, 2023

  • using $@ for some of those multiple-targets rules is a mistake (it's not going be the library name when triggered by a dependency on the include directory)
  • add missing targets (include directory, library names)

This change is Reviewable

- using `$@` for some of those multiple-targets rules is a mistake
  (it's not going be the library name when triggered by a dependency
  on the include directory)
- add missing targets (include directory, library names)
@Frenzie
Copy link
Member

Frenzie commented Oct 26, 2023

Closing in favor of the larger PR then.

@Frenzie Frenzie closed this Oct 26, 2023
@benoit-pierre benoit-pierre deleted the pr/fix_some_Makefile.third_rules branch October 26, 2023 20:25
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.

3 participants