Remove $Log$ string from patch file (maintainer not reachable).
This commit is contained in:
parent
9fdead0086
commit
f00ef33cb4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63612
1 changed files with 1 additions and 7 deletions
|
@ -1,8 +1,6 @@
|
||||||
--- linuxdoom-1.10/Makefile.orig Mon Dec 22 11:55:36 1997
|
--- linuxdoom-1.10/Makefile.orig Mon Dec 22 11:55:36 1997
|
||||||
+++ linuxdoom-1.10/Makefile Sun Feb 6 16:26:51 2000
|
+++ linuxdoom-1.10/Makefile Sun Feb 6 16:26:51 2000
|
||||||
@@ -4,11 +4,12 @@
|
@@ -6,9 +6,10 @@
|
||||||
#
|
|
||||||
# $Log:$
|
|
||||||
#
|
#
|
||||||
-CC= gcc # gcc or g++
|
-CC= gcc # gcc or g++
|
||||||
+CC?= gcc # gcc or g++
|
+CC?= gcc # gcc or g++
|
||||||
|
@ -16,7 +14,3 @@
|
||||||
|
|
||||||
# subdirectory for objects
|
# subdirectory for objects
|
||||||
O=linux
|
O=linux
|
||||||
@@ -92,4 +93,4 @@
|
|
||||||
|
|
||||||
#############################################################
|
|
||||||
#
|
|
||||||
|
|
Loading…
Reference in a new issue