diff options
Diffstat (limited to 'zhm')
-rw-r--r-- | zhm/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zhm/Makefile.in b/zhm/Makefile.in index 04268a8..47c5f1b 100644 --- a/zhm/Makefile.in +++ b/zhm/Makefile.in @@ -1,4 +1,4 @@ -SHELL = /bin/sh +SHELL=@SHELL@ prefix=@prefix@ exec_prefix=@exec_prefix@ @@ -33,7 +33,7 @@ OBJS= timer.o queue.o zhm.o zhm_client.o zhm_server.o all: zhm zhm: ${OBJS} ${LIBZEPHYR} - ${LIBTOOL} --mode=link ${CC} ${LDFLAGS} -o $@ ${OBJS} ${LIBZEPHYR} ${HESIOD_LIBS} + ${LIBTOOL} --mode=link ${CC} ${LDFLAGS} -o $@ ${OBJS} ${LIBZEPHYR} ${HESIOD_LIBS} -lcom_err .c.o: ${CC} -c ${ALL_CFLAGS} $< |