Mercurial > hg > octave-lyh
diff ChangeLog @ 9864:1355a606667e
Remove unnecessary .PHONY targets in Makefile.am for common targets which Automake supplies by default
Examples are all-local, clean-local, etc.
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Wed, 25 Nov 2009 10:58:55 -0800 |
parents | 1d90fc211872 |
children | 763906db555e |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-11-25 Rik <octave@nomad.inbox5.com> + + * Makefile.am examples/Makefile.am liboctave/Makefile.am + scripts/Makefile.am src/Makefile.am test/Makefile.am: + Remove unnecessary .PHONY targets for common targets which + Automake supplies already. Examples are local-all, install-local-data + 2009-11-21 John W. Eaton <jwe@octave.org> * configure.ac (AC_MSG_NOTICE): Report graphics (fltk) CFLAGS.