This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Changing library does *not* always cause executable to be remadewith "make"!?!?..
- From: <cs at gnumatica dot com>
- To: automake at gnu dot org
- Date: Tue, 6 May 2003 23:25:36 -0700 (MST)
- Subject: Changing library does *not* always cause executable to be remadewith "make"!?!?..
I have a complex tree of source code.
Some directories have Makefile.am's that create noinst libraries.
All the noinst libraries are used to build a single executable.
If noinst library is changed... this does *not* always cause
executable to be rebuilt!?!?!
How fix???
Executable is only rebuilt if one of name_SOURCES files is changed.
This is a problem because modifying something in the
name_LDADD list does NOT cause executable to be remade?!?!?!
Chris