forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbb874e3
committed
Make INSTALL makefile rule more robust
With the previous rule, if pandoc was missing, a zero-length outputfile would be created without an error from make. To improve that,write the rule as two separate commands without a pipe.Reported-by: Tom Lane <tgl@sss.pgh.pa.us>1 parent7291733 commitbb874e3
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 |
| - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
107 | 109 |
| |
108 | 110 |
| |
109 | 111 |
| |
|
0 commit comments
Comments
(0)