提交 82b01026 编写于 作者: A Andrew Dunstan

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

Bug introduced by commit 6697aa2b and
reported by Robert Haas.
上级 2ef085d0
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册