> ... I think it would be
> good to have a pre-built bbdb-site.el included in the distribution
> tarball. But ideally `make' should rebuild this file whenever the
> user re-runs make with a new value for pkgdatadir.
The dependency on ../config.something should cause it to be regenerated
when the configuration changes. This is the mechanism automake uses for .in
files processed by ./configure.
One can imagine regenerating it when variables passed to make change, but
that is something make is not set up for. You could just as reasonably ask
"make CFLAGS=-f fastmath" to regenerate foo.o, but that's not how make
works. (The doit system apparently does the right thing for that
situation.)
--Barak.
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/