Kaydet (Commit) 149277ba authored tarafından Matúš Kukan's avatar Matúš Kukan

fix the if filter-expression

Let's use the orginal patch from https://gerrit.libreoffice.org/#/c/1479/
There is difference, visible e.g. by 'make help testtools'

Change-Id: Iaf929ed1d315f038eb29fca1b4ba37e2143c6294
üst 4a4627eb
...@@ -21,7 +21,7 @@ BUILDDIR := @BUILDDIR@ ...@@ -21,7 +21,7 @@ BUILDDIR := @BUILDDIR@
# If you want to make something more than help clean distclean, # If you want to make something more than help clean distclean,
# and make has not yet restarted itself.. # and make has not yet restarted itself..
# ..run autogen.sh if needed and force make to restart itself. # ..run autogen.sh if needed and force make to restart itself.
ifeq (,$(MAKE_RESTARTS)$(if $(filter help clean distclean,$(MAKECMDGOALS)),T)) ifeq (,$(MAKE_RESTARTS)$(if $(filter-out help clean distclean,$(MAKECMDGOALS)),,T))
.PHONY : force-restart .PHONY : force-restart
Makefile: $(BUILDDIR)/config_host.mk force-restart Makefile: $(BUILDDIR)/config_host.mk force-restart
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment