[iortcw] 434/497: SP : Fix typo in Makefile

Simon McVittie smcv at debian.org
Fri Sep 8 10:37:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to annotated tag 1.42d
in repository iortcw.

commit 0e858d91ee109da5becb57ec77179b8072524f18
Author: MAN-AT-ARMS <M4N4T4RMS at gmail.com>
Date:   Wed Nov 18 13:54:34 2015 -0500

    SP : Fix typo in Makefile
---
 SP/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/SP/Makefile b/SP/Makefile
index 3a9a0d0..b348795 100644
--- a/SP/Makefile
+++ b/SP/Makefile
@@ -1345,7 +1345,7 @@ targets: makedirs
 	@echo "  VERSION: $(VERSION)"
 	@echo "  COMPILE_PLATFORM: $(COMPILE_PLATFORM)"
 	@echo "  COMPILE_ARCH: $(COMPILE_ARCH)"
-	@echo "  HAVE_VM_COMPILED: $(HAVE_VM_COMPILED) "
+	@echo "  HAVE_VM_COMPILED: $(HAVE_VM_COMPILED)"
 	@echo "  CC: $(CC)"
 	@echo "  CXX: $(CXX)"
 ifdef MINGW
@@ -2311,8 +2311,8 @@ ifeq ($(HAVE_VM_COMPILED),true)
   ifeq ($(ARCH),sparc)
     Q3DOBJ += $(B)/ded/vm_sparc.o
   endif
-  ifeq ($ARM_VER_CHECK),armv7l)
-    Q#DOBJ += $(B)/ded/vm_armv7l.o
+  ifeq ($(ARM_VER_CHECK),armv7l)
+    Q3DOBJ += $(B)/client/vm_armv7l.o
   endif
 endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git



More information about the Pkg-games-commits mailing list