Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates-src > by-pkgid > 207aa0c3fedd1dd6c587c22e94ee22ba > files > 2

unison-2.40.61-1.1.mga1.src.rpm

#
# Description: This patch fix Makefile, so mkProjectInfo.ml can be created
# Forwaded: nop
# Bug: none
# Author: Balcaen John <balcaen.john@gmail.com>
#

Index: Makefile
===================================================================
--- Makefile
+++ Makefile	2011-03-16 22:31:27.572210489 -0300
@@ -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