On 12/05/2011 09:41 AM, John Peterson wrote:
> Seems like there might be a subdirectory missing or something...
>
> inl421321(771) (master)$ makemake: *** No rule to make target
> `adaptivity/adaptivity_ex1-opt', needed by `examples'.  Stop.


I'm no make guru, so I'm not sure of the best way to fix this. But 
getting rid of "exec_names", and the "ex%-$(METHOD)" target, and 
changing the examples target to:

examples:
         @for dir in $(dirlist); do if [ -f "$${dir}"/Makefile ]; then 
$(MAKE) -C "$${dir}" ||exit 1; fi; done

seems to do the job though...?

David

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Libmesh-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to