From ccb2381331b74d434655f12abdefecddf3aee921 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sun, 6 Jan 2002 10:17:28 +0000 Subject: [PATCH] Fixed arecord dependency --- aplay/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aplay/Makefile.am b/aplay/Makefile.am index cfb1a46..df75c7e 100644 --- a/aplay/Makefile.am +++ b/aplay/Makefile.am @@ -5,7 +5,7 @@ LDADD = -lasound #LDFLAGS = -static #LDADD += -ldl -bin_PROGRAMS = aplay arecord +bin_PROGRAMS = aplay man_MANS = aplay.1 arecord.1 noinst_HEADERS = formats.h @@ -20,7 +20,7 @@ arecord.1: aplay.1 rm -f arecord.1 $(LN_S) $< $@ -install-exec-hook: +install-exec-hook: arecord rm -f $(DESTDIR)$(bindir)/arecord (cd $(DESTDIR)$(bindir) && $(LN_S) aplay arecord) -- 2.47.1