From 932fe019fe94a3261b940c0ab9cd761ca808bb06 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Thu, 15 Jun 2017 11:28:20 +0200 Subject: Remove duplicate qrandom target and source file reference This fixes the following warnings when building qmake: Makefile:359: warning: overriding commands for target `qrandom.o' Makefile:335: warning: ignoring old commands for target `qrandom.o' Change-Id: I2c7abbe095862303c1969a70f61b8a57009d44ee Reviewed-by: Thiago Macieira --- qmake/Makefile.unix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'qmake/Makefile.unix') diff --git a/qmake/Makefile.unix b/qmake/Makefile.unix index 56b9f7e847..259c5cba16 100644 --- a/qmake/Makefile.unix +++ b/qmake/Makefile.unix @@ -84,7 +84,6 @@ DEPEND_SRC = \ $(SOURCE_PATH)/src/corelib/io/qfile.cpp \ $(SOURCE_PATH)/src/corelib/io/qfiledevice.cpp \ $(SOURCE_PATH)/src/corelib/io/qfileinfo.cpp \ - $(SOURCE_PATH)/src/corelib/global/qrandom.cpp \ $(SOURCE_PATH)/src/corelib/io/qfilesystemengine.cpp \ $(SOURCE_PATH)/src/corelib/io/qfilesystementry.cpp \ $(SOURCE_PATH)/src/corelib/io/qfsfileengine.cpp \ @@ -302,9 +301,6 @@ qmalloc.o: $(SOURCE_PATH)/src/corelib/global/qmalloc.cpp qglobal.o: $(SOURCE_PATH)/src/corelib/global/qglobal.cpp $(CXX) -c -o $@ $(CXXFLAGS) $< -qrandom.o: $(SOURCE_PATH)/src/corelib/global/qrandom.cpp - $(CXX) -c -o $@ $(CXXFLAGS) $(SOURCE_PATH)/src/corelib/global/qrandom.cpp - qarraydata.o: $(SOURCE_PATH)/src/corelib/tools/qarraydata.cpp $(CXX) -c -o $@ $(CXXFLAGS) $< -- cgit v1.2.3