diff options
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index f09ef06..31ee233 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1398,7 +1398,7 @@ configure-target-qthreads: $(ALL_GCC_C) # We use move-if-change so that it's only considered updated when it # actually changes, because it has to depend on a phony target. multilib.out: multilib.ts - @if [ -f multilib.out] ; then : else \ + @if [ -f multilib.out ] ; then : else \ rm -f multilib.ts; $(MAKE) multilib.ts; \ fi |