forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitee8d392
committed
Don't overwrite EXTRA_INSTALL
The temp-install target sets EXTRA_INSTALL to install the currentdirectory. But when doing so, it should append instead of overwrite,otherwise settings of EXTRA_INSTALL from a makefile won't take effect.This would cause the earthdistance test to fail when called directly,because it would miss installing the cube module.1 parent3cf8686 commitee8d392
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
294 | 294 |
| |
295 | 295 |
| |
296 | 296 |
| |
297 |
| - | |
| 297 | + | |
298 | 298 |
| |
299 | 299 |
| |
300 | 300 |
| |
|
0 commit comments
Comments
(0)