1
2SHELL = /usr/local/bin/bash
3
4default:
5	$(SHELL) ./configure --with-plugins
6