Add a parallel make build fix (see bug #76572)

svn path=/trunk/kdegraphics/kpdf/; revision=294333
remotes/origin/kpdf-3.3
Caleb Tennis 22 years ago
parent 6d658901d2
commit 1090d1210e
  1. 6
      kpdf/Makefile.am

@ -54,3 +54,9 @@ partdesktop_DATA = kpdf_part.desktop
# this is where the part's XML-GUI resource file goes
partrcdir = $(kde_datadir)/kpdfpart
partrc_DATA = kpdf_part.rc
# This helps us with race conditions on local file dependencies
# that may not exist during parallel make:
.NOTPARALLEL:

Loading…
Cancel
Save