# HG changeset patch # User Mychaela Falconia # Date 1508442587 0 # Node ID 25192a1bc0c3453044de5218e7e9501dcc593df5 # Parent 0cd01cccc3a0e473e3847114a209fec3cab8c37d aud-fcdev3b/Makefile: use installed tiaud-compile and tiaud-mkvol tools diff -r 0cd01cccc3a0 -r 25192a1bc0c3 aud-fcdev3b/Makefile --- a/aud-fcdev3b/Makefile Thu Oct 19 19:47:55 2017 +0000 +++ b/aud-fcdev3b/Makefile Thu Oct 19 19:49:47 2017 +0000 @@ -4,16 +4,16 @@ all: ${BINFILES} mcsi.cfg: mcsi.src - ../tiaud/compile $< $@ + tiaud-compile $< $@ mcsi.vol: Makefile - ../tiaud/mkvol 150 $@ + tiaud-mkvol 150 $@ spkrmax.cfg: spkrmax.src - ../tiaud/compile $< $@ + tiaud-compile $< $@ spkrmax.vol: Makefile - ../tiaud/mkvol 200 $@ + tiaud-mkvol 200 $@ install: ${BINFILES} mkdir -p ${INSTDIR}