diff options
author | midipix <writeonce@midipix.org> | 2015-09-22 09:22:59 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-10 23:35:22 -0500 |
commit | 26e82049f6436ed46242e2108b54e141d04a9f3f (patch) | |
tree | 44a5f8b5b50807dc554991513bcf4d80757486df | |
parent | 8d25606314db1c6110302bf7d2ecf51f1e59c848 (diff) | |
download | perk-26e82049f6436ed46242e2108b54e141d04a9f3f.tar.bz2 perk-26e82049f6436ed46242e2108b54e141d04a9f3f.tar.xz |
build system: invokve host.sh without the help of $(SHELL).
-rw-r--r-- | Makefile.in | 2 |
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 |