]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Fix client Makefile 297/head
authorpwpiwi <pwpiwi@users.noreply.github.com>
Wed, 31 May 2017 06:27:08 +0000 (08:27 +0200)
committerpwpiwi <pwpiwi@users.noreply.github.com>
Wed, 31 May 2017 06:27:08 +0000 (08:27 +0200)
client/Makefile

index cdb414795ed0c0d253f0de6bd3c7361fc274d3a7..864ab546abcbee0c1b8fca28a7de874faf7a5bd5 100644 (file)
@@ -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
 
Impressum, Datenschutz