Navigation Menu

Skip to content
This repository has been archived by the owner on Jun 23, 2019. It is now read-only.

Depend .o files on the compiler generated .dep's in the Makefile #11

Merged
merged 1 commit into from Oct 8, 2015

Conversation

kylef
Copy link
Member

@kylef kylef commented Oct 8, 2015

Currently, if you make changes to header files such as sos/sosJSON.h and run make test, the test objects will not be rebuilt with the header changes. This makes it difficult to test since you need to clean and rebuild each time.

The dependency files are already emitted from the compiler due to the -MMD -MP flag however they we're never used. This pull request include's these dependencies in the Makefile.

pksunkara added a commit that referenced this pull request Oct 8, 2015
Depend .o files on the compiler generated .dep's in the Makefile
@pksunkara pksunkara merged commit ff10960 into master Oct 8, 2015
@kylef kylef deleted the kylef/make-dependencies branch October 8, 2015 23:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants