Rename libcom_err to libafscom_err
[openafs.git] / src / comerr / test / Makefile.in
index 9b4542d..a080838 100644 (file)
@@ -15,7 +15,7 @@ install:
 # Build targets
 #
 test:  test.o test1.o test2.o 
-       $(AFS_LDRULE) ${LDIRS} -lcom_err test.o test1.o test2.o 
+       $(AFS_LDRULE) ${LDIRS} -lafscom_err test.o test1.o test2.o
 
 test.o:        test1.h test2.h
 test1.o : test1.c
@@ -30,7 +30,7 @@ clean:
        $(RM) -f *~ \#* *.bak \
                *.otl *.aux *.toc *.PS *.dvi *.x9700 *.ps \
                *.cp *.fn *.ky *.log *.pg *.tp *.vr \
-               *.o *.a libcom_err.a \
+               *.o *.a libafscom_err.a \
                com_err.o compile_et \
                et.ar TAGS y.tab.c lex.yy.c error_table.c \
                et_lex.lex.c \