From 26e82049f6436ed46242e2108b54e141d04a9f3f Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 22 Sep 2015 09:22:59 -0400 Subject: build system: invokve host.sh without the help of $(SHELL). --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 1a71ee7..ddf26f3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -166,7 +166,7 @@ dirs.tag: touch dirs.tag host.tag: Makefile - $(SHELL) $(PROJECT_DIR)/sysinfo/host/host.sh --compiler="$(CC)" --cflags="$(CFLAGS)" + $(PROJECT_DIR)/sysinfo/host/host.sh --compiler="$(CC)" --cflags="$(CFLAGS)" touch host.tag distclean: clean -- cgit v1.2.3