[iortcw] 437/497: All: Fix vm_armv7l object for dedicated in Makefile
Simon McVittie
smcv at debian.org
Fri Sep 8 10:37:44 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 2fc6bf23cc2401597d06d5e3c00e8f7e2162ec96
Author: MAN-AT-ARMS <M4N4T4RMS at gmail.com>
Date: Thu Nov 19 17:12:45 2015 -0500
All: Fix vm_armv7l object for dedicated in Makefile
---
MP/Makefile | 2 +-
SP/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/MP/Makefile b/MP/Makefile
index 425312e..975a1dc 100644
--- a/MP/Makefile
+++ b/MP/Makefile
@@ -2328,7 +2328,7 @@ ifeq ($(HAVE_VM_COMPILED),true)
Q3DOBJ += $(B)/ded/vm_sparc.o
endif
ifeq ($(ARM_VER_CHECK),armv7l)
- Q3DOBJ += $(B)/client/vm_armv7l.o
+ Q3DOBJ += $(B)/ded/vm_armv7l.o
endif
endif
diff --git a/SP/Makefile b/SP/Makefile
index 6f64b14..a8390d3 100644
--- a/SP/Makefile
+++ b/SP/Makefile
@@ -2302,7 +2302,7 @@ ifeq ($(HAVE_VM_COMPILED),true)
Q3DOBJ += $(B)/ded/vm_sparc.o
endif
ifeq ($(ARM_VER_CHECK),armv7l)
- Q3DOBJ += $(B)/client/vm_armv7l.o
+ Q3DOBJ += $(B)/ded/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