mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Removed extraneous '\' in Makefile in autoupdater source file list.
This commit is contained in:
parent
8e001e6b99
commit
240965ddbc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue