compile_et: Don't overflow input file buffer
[openafs.git] / src / comerr / Makefile.in
index 6997c89..b94f1c6 100644 (file)
@@ -38,9 +38,9 @@ et_lex.lex.c: et_lex.lex.l
 compile_et:    compile_et.o error_table.o
        $(Q)case $(SYS_NAME) in \
        *_linux* | *_umlinux* | *_darwin* ) \
-       $(AFS_LDRULE_NOQ) compile_et.o error_table.o -L${TOP_LIBDIR} -lopr;; \
+       $(LT_LDRULE_static_NOQ) compile_et.o error_table.o -L${TOP_LIBDIR} -lopr $(buildtool_roken) $(MT_LIBS);; \
        * ) \
-       $(AFS_LDRULE_NOQ) compile_et.o error_table.o -L${TOP_LIBDIR} -lopr -ll;; \
+       $(LT_LDRULE_static_NOQ) compile_et.o error_table.o -L${TOP_LIBDIR} -lopr -ll $(buildtool_roken) $(MT_LIBS);; \
        esac
 
 libafscom_err.a: $(LT_objs)