forked from pool/unison
Accepting request 65670 from network
Accepted submit request 65670 from user coolo OBS-URL: https://build.opensuse.org/request/show/65670 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unison?expand=0&rev=21
This commit is contained in:
12
fix_makefile.patch
Normal file
12
fix_makefile.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -Naur a/Makefile b/Makefile
|
||||
--- a/Makefile 2010-10-08 17:44:59.000000000 +0200
|
||||
+++ b/Makefile 2011-01-29 18:57:31.334257694 +0100
|
||||
@@ -60,7 +60,7 @@
|
||||
# NAME, VERSION, and MAJORVERSION, automatically generated
|
||||
-include Makefile.ProjectInfo
|
||||
|
||||
-Makefile.ProjectInfo: mkProjectInfo.ml $(wildcard ../.bzr/branch/last-revision)
|
||||
+Makefile.ProjectInfo: mkProjectInfo $(wildcard ../.bzr/branch/last-revision)
|
||||
./mkProjectInfo > $@
|
||||
|
||||
mkProjectInfo: mkProjectInfo.ml
|
Reference in New Issue
Block a user