This fix is *smarter* than the NOTPARALLEL fix...hopefully

svn path=/trunk/kdegraphics/kpdf/; revision=294419
remotes/origin/kpdf-3.3
Caleb Tennis 22 years ago
parent 1090d1210e
commit 4e37c6ad2a
  1. 7
      kpdf/Makefile.am

@ -29,6 +29,8 @@ kpdf_LDFLAGS = $(KDE_RPATH) $(all_libraries)
kpdf_LDADD = $(LIB_KPARTS)
kpdf_COMPILE_FIRST = ../aconf.h
kpdf_shell.o: part.h
EXTRA_DIST = kpdf.desktop
xdg_apps_DATA = kpdf.desktop
@ -55,8 +57,3 @@ partdesktop_DATA = kpdf_part.desktop
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