summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rules.mak b/build/rules.mak
index 9757712e..6d19d781 100644
--- a/build/rules.mak
+++ b/build/rules.mak
@@ -148,7 +148,7 @@ depend:
$(subst @@,$(DEP_FILE),$(HOST_RM))
for F in $(FULL_SRCS); do \
if test -f $$F; then \
- bash -c "echo -n $(OBJDIR)/" >> $(DEP_FILE); \
+ echo -n "$(OBJDIR)/" >> $(DEP_FILE); \
if gcc -MM $(DEPFLAGS) $$F | sed '/^#/d' >> $(DEP_FILE); then \
true; \
else \