postgresql/src
Tom Lane c5c7fa261f Fix program build rule in src/bin/scripts/Makefile.
Commit 69ae9dcb4 added a globally-visible "%: %.o" rule, but we failed
to notice that src/bin/scripts/Makefile already had such a rule.
Apparently, the later occurrence of the same rule wins in nearly all
versions of gmake ... but not in the one used by buildfarm member jacana.
jacana is evidently using the global rule, which says to link "$<",
ie just the first dependency.  But the scripts makefile needs to
link "$^", ie all the dependencies listed for the target.

There is, fortunately, no good reason not to use "$^" in the global
version of the rule, so we can just do that and get rid of the local
version.
2019-01-04 19:12:22 -05:00
..
backend Don't create relfilenode for relations without storage 2019-01-04 14:51:17 -03:00
bin Fix program build rule in src/bin/scripts/Makefile. 2019-01-04 19:12:22 -05:00
common Update copyright for 2019 2019-01-02 12:44:25 -05:00
fe_utils Update copyright for 2019 2019-01-02 12:44:25 -05:00
include Don't create relfilenode for relations without storage 2019-01-04 14:51:17 -03:00
interfaces Ensure link commands list *.o files before LDFLAGS. 2019-01-02 13:57:54 -05:00
makefiles Ensure link commands list *.o files before LDFLAGS. 2019-01-02 13:57:54 -05:00
pl Support plpgsql variable names that conflict with unreserved SQL keywords. 2019-01-04 12:16:19 -05:00
port Update copyright for 2019 2019-01-02 12:44:25 -05:00
template Yet further rethinking of build changes for macOS Mojave. 2018-11-02 18:54:00 -04:00
test Don't create relfilenode for relations without storage 2019-01-04 14:51:17 -03:00
timezone Update copyright for 2019 2019-01-02 12:44:25 -05:00
tools Move the built-in conversions into the initial catalog data. 2019-01-03 19:47:53 -05:00
tutorial Update copyright for 2019 2019-01-02 12:44:25 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Fix partial-build problems introduced by having more generated headers. 2018-04-09 16:42:10 -04:00
Makefile.global.in Fix program build rule in src/bin/scripts/Makefile. 2019-01-04 19:12:22 -05:00
Makefile.shlib Ensure static libraries have correct mod time even if ranlib messes it up. 2018-11-29 15:53:44 -05:00
nls-global.mk nls-global.mk: search build dir for source files, too 2016-06-07 18:55:18 -04:00