From 4e37c6ad2a22ef7c4c87e9ccee56821af25760f6 Mon Sep 17 00:00:00 2001 From: Caleb Tennis Date: Mon, 8 Mar 2004 13:43:10 +0000 Subject: [PATCH] This fix is *smarter* than the NOTPARALLEL fix...hopefully svn path=/trunk/kdegraphics/kpdf/; revision=294419 --- kpdf/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/kpdf/Makefile.am b/kpdf/Makefile.am index f157b2135..d759a211d 100644 --- a/kpdf/Makefile.am +++ b/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: -