From 2c479261415807c9fb54dfee3cb65e30635f6440 Mon Sep 17 00:00:00 2001 From: "RichardAsh1981@gmail.com" Date: Sun, 29 Dec 2013 14:04:46 +0000 Subject: [PATCH] set a sensible default directory to look for Audacity sources in, given the SVN directory structure --- lib-src/mod-nyq-bench/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib-src/mod-nyq-bench/Makefile b/lib-src/mod-nyq-bench/Makefile index a80da48de..47d27640a 100644 --- a/lib-src/mod-nyq-bench/Makefile +++ b/lib-src/mod-nyq-bench/Makefile @@ -5,8 +5,9 @@ # ----------------------------------------------------------------------------- # NOTE: Change this to the base of the Audacity source distribution, or specify # via command line or environment +# Default is to use the sources which this directory is part of # -AUDACITY_DIR ?= +AUDACITY_DIR ?= ../.. # ----------------------------------------------------------------------------- # NOTE: Set to the names of your objects and final module name