summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-04-30 15:38:37 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-04-30 15:38:37 +0000
commit3be0aac9d6857d56d0d799d068a77559ead82b00 (patch)
treec1f6c63bd91937f42f65723909b8a2196ee8adf7 /Makefile
parentbf727cc5201052bd912d637766fe13805314e2ed (diff)
allow the output of gendigits to be redirected to a different directory from the current working directory
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1011 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b501cab..9ee11d2 100644
--- a/Makefile
+++ b/Makefile
@@ -229,7 +229,7 @@ torisatool: torisatool.o
$(CC) -o $@ $^
tones.h: gendigits
- ./gendigits
+ ./gendigits > $@
tor2fw.h: makefw tormenta2.rbt
./makefw tormenta2.rbt tor2fw > tor2fw.h