diff options
author | Ted Gould <ted@canonical.com> | 2009-06-25 10:40:26 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-06-25 10:40:26 -0500 |
commit | f6116d194fc530a566319fef3b4607740bcbf6b0 (patch) | |
tree | 0c1b7b78959f181462b5349fa11b036f79d55f4e /tests | |
parent | 580b5fb4b549d2f73c4c365a09b0eb3eb32e74f1 (diff) | |
download | libdbusmenu-f6116d194fc530a566319fef3b4607740bcbf6b0.tar.gz libdbusmenu-f6116d194fc530a566319fef3b4607740bcbf6b0.tar.bz2 libdbusmenu-f6116d194fc530a566319fef3b4607740bcbf6b0.zip |
Changing the clean rule to be distclean-local which makes more sense.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/dbusmenu-gtk/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/dbusmenu-gtk/Makefile.am b/tests/dbusmenu-gtk/Makefile.am index 206702a..6acbbe0 100644 --- a/tests/dbusmenu-gtk/Makefile.am +++ b/tests/dbusmenu-gtk/Makefile.am @@ -38,5 +38,6 @@ CLEANFILES = \ dbusmenu.pyc \ dbusmenu.py -clean: +distclean-local: -rm -rf $(builddir)/mago.results + |