Marcus Rueckert
8945da3695
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
13 lines
463 B
Diff
13 lines
463 B
Diff
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
|