From: Jaroslav Kysela Date: Sun, 6 Jan 2002 10:17:28 +0000 (+0000) Subject: Fixed arecord dependency X-Git-Tag: v1.0.3~158 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=ccb2381331b74d434655f12abdefecddf3aee921;p=alsa-utils.git Fixed arecord dependency --- 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)