[ioquake3] 107/136: Removed unnecessary trailing backslash.
Simon McVittie
smcv at debian.org
Thu Jun 15 09:09:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch debian/master
in repository ioquake3.
commit 76e6b3c53442d125e65dee927caec56b272e2ba9
Author: Ryan C. Gordon <icculus at icculus.org>
Date: Sun Jun 4 16:43:50 2017 -0400
Removed unnecessary trailing backslash.
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index a048ba9..bfe14a5 100644
--- a/Makefile
+++ b/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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ioquake3.git
More information about the Pkg-games-commits
mailing list