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:
Andrew Dunstan 2013-07-03 19:03:31 -04:00
parent 2ef085d0e6
commit 82b0102650
1 changed files with 1 additions and 1 deletions

View File

@ -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)