forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit58b4f36
committed
Fix for make unportability
88dad06 contains a make $(shell)construct that apparently confuses older GNU make versions (possiblybecause of the # inside the shell command?). This construct, whichwould allow # comments inside LINGUAS files, was adapted from gettextrecommendations, but we don't actually need that functionality, sosidestep this whole issue by just using plain "cat".In passing, make this code work with vpath.1 parent88dad06 commit58b4f36
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
|
0 commit comments
Comments
(0)