forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite18a862
committed
Remove 'override' keyword, which breaks the build on HPUX, and probably
anywhere else that Makefile.shlib needs to modify CFLAGS to producevalid code for a shared library. I'm not real clear on *why* the useof override causes make to ignore the later attempt to assignCFLAGS+=but it indubitably does --- at least on gmake 3.79.1. gmake bug?1 parent70df648 commite18a862
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
0 commit comments
Comments
(0)