diff --git a/Makefile.in b/Makefile.in index f6f78f3a..ce0c53d7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -138,7 +138,7 @@ $(addprefix src/,$(PACKAGES)): src/%: src/original-% cp -a $< $@.tmp $(srcdir)/scripts/cp_s $(srcdir)/$(notdir $@) $@.tmp cd $@.tmp && patch -p1 < $(srcdir)/patches/$(notdir $@) - if test -f $@.tmp/contrib/download_prerequisites && test "@NEED_GCC_EXTERNAL_LIBRARIES@" == "true"; then cd $@.tmp && ./contrib/download_prerequisites; fi + if test -f $@.tmp/contrib/download_prerequisites && test "@NEED_GCC_EXTERNAL_LIBRARIES@" = "true"; then cd $@.tmp && ./contrib/download_prerequisites; fi mv $@.tmp $@ .PHONY: patches $(addprefix $(srcdir)/patches/,$(PACKAGES))