Skip to content

Commit b25cb4c

Browse files
rohitk-singhmithro
authored andcommitted
Force Makefile to use bash for the shell.
(Default shell is likely to be something like dash on Ubuntu/Debian systems.)
1 parent 73ff37e commit b25cb4c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
# License along with this library; if not, write to the Free Software
1515
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616

17+
SHELL := /bin/bash
18+
1719
AS8051?=sdas8051
1820
SOURCES = serial.c i2c.c delay.c setupdat.c gpif.c eputils.c $(wildcard interrupts/*.c)
1921
FX2_OBJS = $(patsubst %.c,%.rel, $(SOURCES)) usbav.rel

0 commit comments

Comments
 (0)