From: Alexander F. <Ale...@gm...> - 2001-08-19 16:31:04
|
On Sunday, 19. August 2001 13:59, Niels Reedijk wrote: > I can't really reproduce this behaviour... > > What I want to do at install time is: > a) remove the common subdir > b) install our common subdir > > the common subdirs lack some things we need. > Is the install-data-local executed by make install? It might be the case that it is executed before the rest of make install is executed. I don't know if there is any order installation takes place. We could force that install-data-local takes place later if we add an dependency on it - to depend on the other installation steps. But we would have to make sure that these dependencies exists - otherwise make install will fail Alexander |