mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03: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:
@ -134,7 +134,7 @@ endif # PROGRAM
|
||||
|
||||
installcontrol: $(addsuffix .control, $(EXTENSION))
|
||||
ifneq (,$(EXTENSION))
|
||||
$(INSTALL_DATA) $< '$(DESTDIR)$(datadir)/extension/'
|
||||
$(INSTALL_DATA) $^ '$(DESTDIR)$(datadir)/extension/'
|
||||
endif
|
||||
|
||||
installdata: $(DATA) $(DATA_built)
|
||||
|
Reference in New Issue
Block a user