mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
Install all a Makefile's extension controls, not just the first.
Bug introduced by commit 6697aa2bc2
and
reported by Robert Haas.
This commit is contained in:
parent
2ef085d0e6
commit
82b0102650
@ -134,7 +134,7 @@ endif # PROGRAM
|
|||||||
|
|
||||||
installcontrol: $(addsuffix .control, $(EXTENSION))
|
installcontrol: $(addsuffix .control, $(EXTENSION))
|
||||||
ifneq (,$(EXTENSION))
|
ifneq (,$(EXTENSION))
|
||||||
$(INSTALL_DATA) $< '$(DESTDIR)$(datadir)/extension/'
|
$(INSTALL_DATA) $^ '$(DESTDIR)$(datadir)/extension/'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
installdata: $(DATA) $(DATA_built)
|
installdata: $(DATA) $(DATA_built)
|
||||||
|
Loading…
Reference in New Issue
Block a user