forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit67a4120
committed
Make ECPG test programs depend on "ecpg$(X)", not "ecpg".
Cygwin builds require this of dependencies pertaining to pattern rules.On Cygwin, stat("foo") in the absence of a file with that exact name canlocate foo.exe. While GNU make uses stat() for dependencies of ordinaryrules, it uses readdir() to assess dependencies of pattern rules.Therefore, a pattern rule dependency should match any underlying filename exactly. Back-patch to 9.4, where the dependency was introduced.1 parent8463195 commit67a4120
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
0 commit comments
Comments
(0)