From 292e7184f665e30b1e1239b34065ada089e31b29 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 6 Feb 2003 23:24:45 +0000 Subject: Use different tmp file names so these rules can be executed in parallel * backend/ebook/Makefile.am (e-book-marshal.c, e-book-marshal.h): Use different tmp file names so these rules can be executed in parallel without interfering with each otehr. * backend/pas/Makefile.am: Make the ORBit compilation work properly with parallel makes (i.e. make sure it does not spawn multiple orbit-idl processes on the same IDL file at the same time). * gui/component/select-names/Makefile.am: Likewise. * backend/ebook/Makefile.am: Likewise. svn path=/trunk/; revision=19834 --- addressbook/backend/pas/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'addressbook/backend/pas') diff --git a/addressbook/backend/pas/Makefile.am b/addressbook/backend/pas/Makefile.am index 1180dc3f60..92115eae19 100644 --- a/addressbook/backend/pas/Makefile.am +++ b/addressbook/backend/pas/Makefile.am @@ -10,9 +10,12 @@ CORBA_SOURCE = $(CORBA_SOURCE_H) $(CORBA_SOURCE_C) idls = \ $(srcdir)/../idl/addressbook.idl -$(CORBA_SOURCE): $(idls) +$(CORBA_SOURCE_H): $(idls) $(ORBIT_IDL) $(IDL_INCLUDES) -I $(srcdir) $(srcdir)/../idl/addressbook.idl +$(CORBA_SOURCE_C): $(CORBA_SOURCE_H) + + INCLUDES = \ $(DB3_CFLAGS) \ $(LDAP_CFLAGS) \ -- cgit v1.2.3