From 5e1d734a99422676e3bec12514d2ab112f34f0c1 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Fri, 7 Jul 2017 14:32:34 +0200 Subject: [PATCH] improve the last commit ... such that the build does not fail on secondary arches --- zsh.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh.spec b/zsh.spec index 3adad78..041953d 100644 --- a/zsh.spec +++ b/zsh.spec @@ -83,7 +83,8 @@ export LIBLDFLAGS='-z lazy' --enable-pcre # prevent the build from failing while running in parallel -make headers -C Src +make -C Src headers +make -C Src -f Makemod zsh{path,xmod}s.h version.h make %{?_smp_mflags} all html