diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-04-19 18:12:58 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-04-19 18:12:58 +0000 |
commit | a29c0b21ef82c8c40281bed5737070a1f62df812 (patch) | |
tree | a92cc8103b6d5cd7f78992eb0c4d6257be34d438 | |
parent | 93d01085e9aba08bff93df83c6de248044d0e381 (diff) |
Don't try to rmdir _gen in clean-local - it now contains spec-gen.am, which must always existtelepathy-glib_0.5.10_libtool_cur0_rev0_age0telepathy-glib-0.5.10
-rw-r--r-- | telepathy-glib/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/telepathy-glib/Makefile.am b/telepathy-glib/Makefile.am index 2ff5ac4a6..43279254f 100644 --- a/telepathy-glib/Makefile.am +++ b/telepathy-glib/Makefile.am @@ -107,9 +107,6 @@ CLEANFILES = \ _gen/unstable-spec.xml \ _gen/stable-interfaces.txt -clean-local: - -rmdir _gen - check_c_sources = \ $(tpginclude_HEADERS) \ $(libtelepathy_glib_la_SOURCES) |