summaryrefslogtreecommitdiff
path: root/media-gfx/xpaint/files/xpaint-2.9.9.4-parallel-make.patch
blob: 250f634f997360243e6d0bd5941de0d91a744205 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From ae11f5cb975749bd8d6ffda48301eb4aadfee35d Mon Sep 17 00:00:00 2001
From: hasufell <hasufell@gentoo.org>
Date: Sun, 6 Oct 2013 21:02:12 +0200
Subject: [PATCH] fix parallel make

---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index b2285a0..4cf1753 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -112,7 +112,7 @@ XPaint.ad: app-defaults
 XPaint.ad.h: substads XPaint.ad
 	./substads -ad2c XPaint.ad $@
 
-xpaint.1: xpaint.1.in version.h
+xpaint.1: substads xpaint.1.in version.h
 	./substads -single xpaint.1.in xpaint.1 XPAINT_VERSION $(PACKAGE_VERSION)
 
 install-exec-hook:
-- 
1.8.3.2