From 26e82049f6436ed46242e2108b54e141d04a9f3f Mon Sep 17 00:00:00 2001 From: midipix Date: Nov 11 2016 04:35:22 +0000 Subject: build system: invokve host.sh without the help of $(SHELL). --- 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