summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-09-22 09:22:59 -0400
committermidipix <writeonce@midipix.org>2016-11-10 23:35:22 -0500
commit26e82049f6436ed46242e2108b54e141d04a9f3f (patch)
tree44a5f8b5b50807dc554991513bcf4d80757486df /Makefile.in
parent8d25606314db1c6110302bf7d2ecf51f1e59c848 (diff)
downloadperk-26e82049f6436ed46242e2108b54e141d04a9f3f.tar.bz2
perk-26e82049f6436ed46242e2108b54e141d04a9f3f.tar.xz
build system: invokve host.sh without the help of $(SHELL).
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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