forked from koreader/koreader-base
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix crengine, koreader-cre, and mupdf rules
Don't depend on directories (as their timestamps cannot be relied on). Make the crengine main library and its 3rd party libraries depend on the libraries needed for compilation, even though their not technically used (no link for static libraries), so they get build first (and their headers are available). Also touch the rule targets to prevent make from re-executing it again and again if one of those libraries is more recent, but no headers changed.
- Loading branch information
1 parent
c8f1694
commit fe25bc1
Showing
3 changed files
with
22 additions
and
31 deletions.
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
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
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