- Notifications
You must be signed in to change notification settings - Fork5
Commitd7b2cd9
committed
Fix pg_config.h make rule
According to the Autoconf documentation, there should be a make rulepg_config.h: stamp-hso that with the right setup around this, a change in pg_config.h.inwill trigger a rebuild of everything that depends on pg_config.h. Butthis doesn't always work, sometimes you need to run make twice to geteverything up to date after a change of pg_config.h.in.The fix is to write the rule aspg_config.h: stamp-h ;instead (with an empty command instead of no command). This is whatAutomake-generated makefiles effectively do, so it seems safe to be onthis side.It's not actually clear why this is (apparently) more correct. It'sbeen posted to<http://lists.gnu.org/archive/html/help-make/2012-04/msg00058.html>without response so far.1 parent916d589 commitd7b2cd9
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
536 | 536 |
| |
537 | 537 |
| |
538 | 538 |
| |
539 |
| - | |
| 539 | + | |
540 | 540 |
| |
541 | 541 |
| |
542 | 542 |
| |
543 |
| - | |
| 543 | + | |
544 | 544 |
| |
545 | 545 |
| |
546 | 546 |
| |
547 | 547 |
| |
548 | 548 |
| |
549 | 549 |
| |
550 |
| - | |
| 550 | + | |
551 | 551 |
| |
552 | 552 |
| |
553 | 553 |
| |
|
0 commit comments
Comments
(0)