A new SDL make target

The latest CVS version of SDL has a new target to rebuild the source
when you have changed something. This target removes the .la files and
rebuilds, so that automake properly re-links the library with the new
object files.

Just do:
make changed

See ya!–
-Sam Lantinga, Lead Programmer, Loki Entertainment Software

Sam Lantinga wrote:

The latest CVS version of SDL has a new target to rebuild the source
when you have changed something. This target removes the .la files and
rebuilds, so that automake properly re-links the library with the new
object files.

Nice workaround for what should be considered a bug in automake :slight_smile: