diff options
Diffstat (limited to 'clients')
-rw-r--r-- | clients/zctl/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clients/zctl/Makefile.in b/clients/zctl/Makefile.in index bf3c91e..105fe10 100644 --- a/clients/zctl/Makefile.in +++ b/clients/zctl/Makefile.in @@ -29,7 +29,8 @@ ALL_CFLAGS=${CFLAGS} -I${top_srcdir}/h -I${BUILDTOP}/h @X_CFLAGS@ ${CPPFLAGS} LDFLAGS=@LDFLAGS@ LIBS=${LIBZEPHYR} @SS_LIBS@ @LIBS@ -lcom_err -OBJS= zctl.o zctl_cmds.o +SS_OBJS=zctl_cmds.o +OBJS= zctl.o @SS_OBJS@ all: zctl |