summaryrefslogtreecommitdiffstats
path: root/engines/ccgost/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'engines/ccgost/Makefile')
-rw-r--r--engines/ccgost/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/ccgost/Makefile b/engines/ccgost/Makefile
index 931c895774..17e1efbdff 100644
--- a/engines/ccgost/Makefile
+++ b/engines/ccgost/Makefile
@@ -67,10 +67,10 @@ links:
tests:
update: local_depend
- @[ -z "$(THIS)" ] && $(MAKE) -f $(TOP)/Makefile reflect THIS=$@
+ @if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi
depend: local_depend
- @[ -z "$(THIS)" ] && $(MAKE) -f $(TOP)/Makefile reflect THIS=$@
+ @if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi
local_depend:
@[ -z "$(THIS)" ] || $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)