diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-29 07:20:29 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-29 07:20:29 +0800 |
commit | 83ac1fc7df8942657774cbd75ea063bc7d086809 (patch) | |
tree | 879746c4492c213ba241a262000b0d2efd24f209 /shell/ChangeLog | |
parent | 9c1d6e6b958dffd39b960ecd7ce55bf6e7b8a4ac (diff) | |
download | gsoc2013-evolution-83ac1fc7df8942657774cbd75ea063bc7d086809.tar.gz gsoc2013-evolution-83ac1fc7df8942657774cbd75ea063bc7d086809.tar.zst gsoc2013-evolution-83ac1fc7df8942657774cbd75ea063bc7d086809.zip |
No need for the @true command. ($(IDL_GENERATED_C)): Likewise.
* Makefile.am ($(SELECT_NAMES_IDL_GENERATED_C)): No need for the
@true command.
($(IDL_GENERATED_C)): Likewise.
(e-shell-marshal.h, e-shell-marshal.c): Use different names for
the .tmp files so these can be generated in parallel.
* importer/Makefile.am (GNOME_Evolution_Importer-impl.o): Remove
unused rule.
($(IDL_GENERATED_C)): Remove useless @true command.
(BUILT_SOURCES): Put the .h generated files in here as well.
svn path=/trunk/; revision=19674
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 560b25da74..b4ea2c6e87 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,18 @@ 2003-01-28 Ettore Perazzoli <ettore@ximian.com> + * Makefile.am ($(SELECT_NAMES_IDL_GENERATED_C)): No need for the + @true command. + ($(IDL_GENERATED_C)): Likewise. + (e-shell-marshal.h, e-shell-marshal.c): Use different names for + the .tmp files so these can be generated in parallel. + + * importer/Makefile.am (GNOME_Evolution_Importer-impl.o): Remove + unused rule. + ($(IDL_GENERATED_C)): Remove useless @true command. + (BUILT_SOURCES): Put the .h generated files in here as well. + +2003-01-28 Ettore Perazzoli <ettore@ximian.com> + * Makefile.am (Evolution-impl.o): Removed unused rule. 2003-01-28 Ettore Perazzoli <ettore@ximian.com> |