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

make fails to remake bin/print when included header files change #27

Closed
syclik opened this issue Jul 4, 2014 · 2 comments
Closed

make fails to remake bin/print when included header files change #27

syclik opened this issue Jul 4, 2014 · 2 comments
Assignees
Milestone

Comments

@syclik
Copy link
Member

syclik commented Jul 4, 2014

Reported by @ksvanhorn on stan-dev/stan#572

For example, modifying src/stan/mcmc/chains.hpp and then running make bin/print does not cause bin/print to be remade, even though it includes chains.hpp.

@syclik syclik added this to the v2.3.0++ milestone Jul 4, 2014
@syclik syclik self-assigned this Jul 4, 2014
@syclik syclik added bug and removed bug labels Jul 4, 2014
@betanalpha
Copy link
Contributor

Should line 98 of the makefile be

bin/%.d : src/%.cpp stan/src/*.cpp?

@syclik syclik modified the milestones: v2.4.0++, v2.4.0 Jul 21, 2014
@syclik
Copy link
Member Author

syclik commented Oct 20, 2014

This should be fixed now. And we're doing another overhaul of the makefile stuff, so I'll close this issue for now.

@syclik syclik closed this as completed Oct 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants