mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-02-17 01:21:47 +00:00
Removed unnecessary trailing backslash.
This commit is contained in:
parent
b771192d52
commit
76e6b3c534
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1611,7 +1611,7 @@ $(Q)$(CC) $(CFLAGS) -I$(LIBTOMCRYPTSRCDIR)/src/headers -I$(TOMSFASTMATHSRCDIR)/s
|
|||
endef
|
||||
|
||||
Q3AUTOUPDATEROBJ = \
|
||||
$(B)/autoupdater/autoupdater.o \
|
||||
$(B)/autoupdater/autoupdater.o
|
||||
|
||||
$(B)/autoupdater/%.o: $(AUTOUPDATERSRCDIR)/%.c
|
||||
$(DO_AUTOUPDATER_CC)
|
||||
|
|
Loading…
Reference in a new issue