summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-04-30 15:39:48 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-04-30 15:39:48 +0000
commit36bac03623e7b388bde76ab83358bc57a8ec38b3 (patch)
treec8b59e1b93699d0c317cd2b1dbf2e777da865d78 /Makefile
parent6e1344896b6a1c7f86860facb1b01c56bbd41f86 (diff)
Merged revisions 1011 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1011 | kpfleming | 2006-04-30 10:38:37 -0500 (Sun, 30 Apr 2006) | 2 lines 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/trunk@1012 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 dd7a2dd..1087538 100644
--- a/Makefile
+++ b/Makefile
@@ -249,7 +249,7 @@ torisatool: torisatool.o
$(CC) -o $@ $^
tones.h: gendigits
- ./gendigits
+ ./gendigits > $@
tor2fw.h: makefw tormenta2.rbt
./makefw tormenta2.rbt tor2fw > tor2fw.h