From 4c4b2e3e8874652bc53a6776586494924e3592e5 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sun, 6 Sep 2020 19:26:08 +0200 Subject: [PATCH] Avoid unnecessary recompile of gvedit mocables Reverts bb9a819a64de7f8446f17ecdb734aaf0f811aa04. --- cmd/gvedit/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/gvedit/Makefile.am b/cmd/gvedit/Makefile.am index 229cb7585..ccf1eea30 100644 --- a/cmd/gvedit/Makefile.am +++ b/cmd/gvedit/Makefile.am @@ -48,7 +48,6 @@ $(MOCABLES): mocables .PHONY: mocables mocables: qMakefile - rm -f $(MOCABLES) # don't use distributed mocables poss from diff version of Qt $(MAKE) -f qMakefile prefix=${prefix} exec_prefix=${exec_prefix} mocables compiler_rcc_make_all qMakefile: gvedit.pro -- 2.40.0