From: pwpiwi Date: Wed, 31 May 2017 06:27:08 +0000 (+0200) Subject: Fix client Makefile X-Git-Tag: v3.0.0~3^2 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/1985eb7cbd8488500ebb8b6e07fa790471c3ec26 Fix client Makefile --- diff --git a/client/Makefile b/client/Makefile index cdb41479..864ab546 100644 --- a/client/Makefile +++ b/client/Makefile @@ -256,7 +256,7 @@ $(OBJDIR)/%.o : %.cpp $(OBJDIR)/%.d # $(CXX) $(DEPFLAGS) $(CXXFLAGS) -c -o $@ $< # $(POSTCOMPILE) -DEPENDENCY_FILES = $(patsubst %.c, $(OBJDIR)/%.d, $(CORESRCS) $(CMDSRCS) $(ZLIBSRCS)) \ +DEPENDENCY_FILES = $(patsubst %.c, $(OBJDIR)/%.d, $(CORESRCS) $(CMDSRCS) $(ZLIBSRCS) $(MULTIARCHSRCS)) \ $(patsubst %.cpp, $(OBJDIR)/%.d, $(QTGUISRCS)) \ $(OBJDIR)/proxmark3.d $(OBJDIR)/flash.d $(OBJDIR)/flasher.d $(OBJDIR)/fpga_compress.d