Removed extraneous '\' in Makefile in autoupdater source file list.

This commit is contained in:
Ryan C. Gordon 2017-05-25 22:02:33 -04:00
parent 8e001e6b99
commit 240965ddbc
1 changed files with 1 additions and 1 deletions

View File

@ -1581,7 +1581,7 @@ endef
Q3AUTOUPDATEROBJ = \
$(B)/autoupdater/autoupdater.o \
$(B)/autoupdater/sha256.o \
$(B)/autoupdater/sha256.o
$(B)/autoupdater/%.o: $(AUTOUPDATERSRCDIR)/%.c
$(DO_AUTOUPDATER_CC)