forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5df5bea
committed
Fix the install rule for snowball_create.sql.
This file could be in the current (build) directory if we justbuilt it. However, when installing from a VPATH build from atarball, it will exist in the source directory and gmake willtherefore not rebuild it. Use the $< macro to find out wheregmake found it.Oversight inb3a0d83, which also exposes a buildfarm testing gap:we test install from VPATH builds from bare source trees, but notfrom tarballs.Per report from Christoph Berg.Discussion:https://postgr.es/m/ZGzEAqjxkkoY3ooH@msg.df7cb.de1 parent0ffbe6e commit5df5bea
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
| 109 | + | |
111 | 110 | | |
112 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
113 | 116 | | |
114 | 117 | | |
115 | 118 | | |
| |||
0 commit comments
Comments
(0)