Commit efa6e4b6987e5f3ed85d2ade0826681bff9a4af2
1 parent
c4e40621
Exists in
master
and in
2 other branches
Still trying to fix mingw package build.
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
Makefile.in
... | ... | @@ -231,7 +231,11 @@ $(OBJDIR)/schemas/%.xml:\ |
231 | 231 | install-%: \ |
232 | 232 | %/Makefile |
233 | 233 | |
234 | - @$(MAKE) -C `dirname $<` DESTDIR=$(DESTDIR) install | |
234 | + @$(MAKE) \ | |
235 | + -C `dirname $<` \ | |
236 | + DESTDIR=$(DESTDIR) \ | |
237 | + prefix=$(prefix) \ | |
238 | + install | |
235 | 239 | |
236 | 240 | %.ico: \ |
237 | 241 | branding/%.svg | ... | ... |