summaryrefslogtreecommitdiff
path: root/zhm/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'zhm/Makefile.in')
-rw-r--r--zhm/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/zhm/Makefile.in b/zhm/Makefile.in
index 6f81402..060ab7d 100644
--- a/zhm/Makefile.in
+++ b/zhm/Makefile.in
@@ -29,7 +29,7 @@ OBJS= timer.o queue.o zhm.o zhm_client.o zhm_server.o
all: zhm
zhm: ${OBJS} ${BUILDTOP}/lib/libzephyr.a
- ${BUILDTOP}/athstatic ${CC} ${LDFLAGS} -o $@ ${OBJS} ${LIBS}
+ ${CC} ${LDFLAGS} -o $@ ${OBJS} ${LIBS}
.c.o:
${CC} -c ${ALL_CFLAGS} $<