Commit 82b01026 authored by Andrew Dunstan's avatar Andrew Dunstan

Install all a Makefile's extension controls, not just the first.

Bug introduced by commit 6697aa2b and
reported by Robert Haas.
parent 2ef085d0
...@@ -134,7 +134,7 @@ endif # PROGRAM ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment