summaryrefslogtreecommitdiff
path: root/dev-libs/libindicate/files/libindicate-0.4.4-mono-parallel-make.patch
blob: 1554b4c14bb824943ddb33cafd5c2279bcf9872c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- bindings/mono/indicate/Makefile.am.orig	2011-01-30 00:14:17.670042664 +0100
+++ bindings/mono/indicate/Makefile.am	2011-01-30 00:14:40.204346425 +0100
@@ -61,7 +61,8 @@
 		-e "s|PROP_MENU|menu|" \
 		-e "s|PROP_DESKTOP|Desktop|" \
 		-e "s|PROP_DESKTOP|desktop|" \
-		$< > $@
+		$< > $@.tmp
+	mv $@.tmp $@
 
 api_includes = $(GTK_SHARP_CFLAGS)