changeset 1925:a54442421428

[gaim-migrate @ 1935] better. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 31 May 2001 00:57:28 +0000
parents 352bd24e03ef
children e92b4bada176
files sounds/Makefile.am
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sounds/Makefile.am	Thu May 31 00:40:54 2001 +0000
+++ b/sounds/Makefile.am	Thu May 31 00:57:28 2001 +0000
@@ -4,12 +4,16 @@
 
 EXTRA_DIST = BuddyArrive.au BuddyLeave.au Send.au Receive.au RedAlert.au
 
-all: BuddyArrive.h BuddyLeave.h Send.h Receive.h RedAlert.h
+h_files = BuddyArrive.h BuddyLeave.h Send.h Receive.h RedAlert.h
+
+all: h_files
 
 clean distclean:
 	rm -f BuddyArrive.h BuddyLeave.h Send.h Receive.h RedAlert.h
 
 SUFFIXES = .au .h
 
+h_files: au2h
+
 .au.h: au2h
 	./au2h $< $@