From aec87206daec3209a7484f0e869c008dabde3d00 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sun, 6 Sep 2020 18:41:59 +0200 Subject: [PATCH] Remove 2 gvedit warnings about multiple recepies Remove unnecessary gvedit executable dependency on $(MOCABLES) alltogether. --- cmd/gvedit/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/gvedit/Makefile.am b/cmd/gvedit/Makefile.am index 083d2a6de..229cb7585 100644 --- a/cmd/gvedit/Makefile.am +++ b/cmd/gvedit/Makefile.am @@ -46,8 +46,6 @@ gvedit_SOURCES = main.cpp csettings.cpp imageviewer.cpp mainwindow.cpp mdichild. $(MOCABLES): mocables -gvedit gvedit$(EXEEXT): $(MOCABLES) - .PHONY: mocables mocables: qMakefile rm -f $(MOCABLES) # don't use distributed mocables poss from diff version of Qt -- 2.40.0