-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unfortunately, Makefiles are even simpler than I thought
- Loading branch information
1 parent
58adf1b
commit f6296a6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f6296a6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andreasnoackjensen Just FYI, I removed the dependency on
dsFMT.c
because it was still causing problems similar to what we saw in #6501. Apparently changing the order of dependencies doesn't guarantee anything, and it was just a fluke that it worked that time. Whether or not having the dependency in there works seems to be dependent on when Make looks for the.c
file; if it happens to be before the.status
rule is run, then we're out of luck. I've just removed it since we don't really expectdsFMT.c
to change that much, and that fits in with how other dependencies are doing things.