summaryrefslogtreecommitdiff
path: root/stdtime
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-06-20 17:26:08 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-06-20 17:26:08 +0000
commit0e9d920a609f42d61f0209ea429b4ba02fafca87 (patch)
tree7abe726fc569e7bbe5238af2a0f2211012084597 /stdtime
parenta752aeb4e898ca93b5b319675f79caccf89f6436 (diff)
move tools used during build into build_tools subdirectory
clean up Makefile headers git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5942 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'stdtime')
-rwxr-xr-xstdtime/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdtime/Makefile b/stdtime/Makefile
index ccc11eda3..e97010f0f 100755
--- a/stdtime/Makefile
+++ b/stdtime/Makefile
@@ -14,7 +14,7 @@ clean:
depend: .depend
.depend:
- ../mkdep $(CFLAGS) *.c
+ ../build_tools/mkdep $(CFLAGS) *.c
test: test.c
${CC} ${CFLAGS} -o test test.c