- Notifications
You must be signed in to change notification settings - Fork5
Commitba66752
committed
Fix sporadic rebuilds for .pc files
The build of .pc (pkg-config) files depends on all makefiles in use, andin dependency tracking mode, the previous coding ended up including/dev/null as a makefile. Apparently, on some platforms the modificationtime of /dev/null changes sporadically, and so the .pc files would endup being rebuilt every so often. Fix that by changing the makefile codeto do without using /dev/null.1 parent0b33790 commitba66752
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
687 | 687 | | |
688 | 688 | | |
689 | 689 | | |
690 | | - | |
691 | | - | |
692 | | - | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
693 | 696 | | |
694 | 697 | | |
695 | 698 | | |
| |||
0 commit comments
Comments
(0)