aboutsummaryrefslogtreecommitdiffstats
path: root/stdtime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stdtime/Makefile')
-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