diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src-release | 3 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2003-04-27 Daniel Jacobowitz <drow@mvista.com> + * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl, + and Makefile.def. + +2003-04-27 Daniel Jacobowitz <drow@mvista.com> + * Makefile.tpl: Clean $(BUILD_SUBDIR). * Makefile.in: Regenerated. diff --git a/src-release b/src-release index b5eca52..2b8fa45 100644 --- a/src-release +++ b/src-release @@ -48,7 +48,8 @@ DEVO_SUPPORT= README Makefile.in configure configure.in \ mpw-README mpw-build.in mpw-config.in mpw-configure mpw-install \ COPYING COPYING.LIB install-sh config-ml.in symlink-tree \ mkinstalldirs ltconfig ltmain.sh missing ylwrap \ - libtool.m4 gettext.m4 ltcf-c.sh ltcf-cxx.sh ltcf-gcj.sh + libtool.m4 gettext.m4 ltcf-c.sh ltcf-cxx.sh ltcf-gcj.sh \ + Makefile.def Makefile.tpl src-release # Files in devo/etc used in any net release. # ChangeLog omitted because it may refer to files which are not in this |