Mercurial > pidgin
changeset 530:05f01078d133
[gaim-migrate @ 540]
make clean/distclean: rm -f *.h
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 26 Jul 2000 22:40:06 +0000 |
parents | e6ba7ab7c349 |
children | 160b4e3ad516 |
files | sounds/Makefile.am |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/sounds/Makefile.am Wed Jul 26 22:02:27 2000 +0000 +++ b/sounds/Makefile.am Wed Jul 26 22:40:06 2000 +0000 @@ -6,6 +6,9 @@ all: BuddyArrive.h BuddyLeave.h Send.h Receive.h +clean distclean: + rm -f BuddyArrive.h BuddyLeave.h Send.h Receive.h + BuddyArrive.h: au2h BuddyArrive.au ./au2h BuddyArrive.au BuddyArrive.h