summaryrefslogtreecommitdiffstats
path: root/games/iortcw/patches/Makefile-MP-1.5a-remove-ref-to-git-index-file.patch
blob: 10edd4a7c9c429ffe0c25ac0f2ddbd917dcb74e6 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- MP/Makefile.orig	2016-12-20 16:59:48.565402393 +0100
+++ MP/Makefile	2016-12-20 17:00:04.089401418 +0100
@@ -2692,9 +2692,9 @@
 	$(DO_DED_CC)
 
 # Extra dependencies to ensure the git version is incorporated
-  $(B)/client/cl_console.o : ../.git/index
-  $(B)/client/common.o : ../.git/index
-  $(B)/ded/common.o : ../.git/index
+#  $(B)/client/cl_console.o : ../.git/index
+#  $(B)/client/common.o : ../.git/index
+#  $(B)/ded/common.o : ../.git/index
 
 
 #############################################################################