Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37527063
en ru br
ALT Linux repos
S:2.51.4-alt1
4.1: 2.27.57-alt1

Group :: Networking/File transfer
RPM: unison

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: unison-2.27.57-alt-makefile.patch
Download


--- Makefile.orig	2008-02-23 22:36:28 +0200
+++ Makefile	2008-02-23 22:37:30 +0200
@@ -327,15 +327,17 @@
 # In Windows, tags and TAGS are the same, so make tags stops working
 # after the first invocation.  The .PHONY declaration makes it work
 # again.
-.PHONY: tags
 
-tags:
-	-$(ETAGS) *.mli */*.mli *.ml */*.ml */*.m *.c */*.c *.txt
+# EK: Prevent tag build to break the emacs dependency
+# .PHONY: tags
 
-all:: TAGS
+# tags:
+# 	-$(ETAGS) *.mli */*.mli *.ml */*.ml */*.m *.c */*.c *.txt
 
-TAGS:
-	$(MAKE) tags
+# all:: TAGS
+
+# TAGS:
+# 	$(MAKE) tags
 
 ######################################################################
 # Misc
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin