Make the install target depend on deploy
The deploy target strips the PARALLEL tag when needed. This is done for versions not supporting it.
This commit is contained in:
parent
48942cbb03
commit
580f6d9867
@ -101,3 +101,5 @@ endif
|
||||
deploy: release_remove_parallel_deploy
|
||||
$(INSTALL_DATA) $(EXTENSION).control '$(DESTDIR)$(datadir)/extension/'
|
||||
$(INSTALL_DATA) old_versions/*.sql *.sql '$(DESTDIR)$(datadir)/extension/'
|
||||
|
||||
install: deploy
|
||||
|
@ -81,3 +81,5 @@ endif
|
||||
deploy: release_remove_parallel_deploy
|
||||
$(INSTALL_DATA) $(EXTENSION).control '$(DESTDIR)$(datadir)/extension/'
|
||||
$(INSTALL_DATA) old_versions/*.sql *.sql '$(DESTDIR)$(datadir)/extension/'
|
||||
|
||||
install: deploy
|
||||
|
Loading…
Reference in New Issue
Block a user