summaryrefslogtreecommitdiffstats
path: root/games/iortcw/patches/Makefile-SP-1.5a-remove-ref-to-git-index-file.patch
blob: 5ed201e737d87849814ca3b6fb389d0c19b3399b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- SP/Makefile.orig	2016-12-20 17:00:31.739399680 +0100
+++ SP/Makefile	2016-12-20 17:01:21.544396550 +0100
@@ -2658,9 +2658,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
 
 
 #############################################################################