X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fcomerr%2FMakefile.in;h=1159918e06f1758dc8c296f2257f5c728f41ba46;hp=71451f0b8b3abe6ae03e556d0d509a954a846222;hb=c321cb467220bbdf2ff49d5fa6e052fd27a4df5e;hpb=43ec8a64eb066774ee29136269e77dc0db1ff01d diff --git a/src/comerr/Makefile.in b/src/comerr/Makefile.in index 71451f0..1159918 100644 --- a/src/comerr/Makefile.in +++ b/src/comerr/Makefile.in @@ -49,7 +49,7 @@ install: compile_et com_err.h error_table.h mit-sipb-cr.h libcom_err.a ${INSTALL} -d ${DESTDIR}${bindir} ${INSTALL} -d ${DESTDIR}${includedir}/afs ${INSTALL} -d ${DESTDIR}${libdir}/afs - ${INSTALL_PROGRAM} compile_et ${DESTDIR}${bindir}/compile_et + ${INSTALL_PROGRAM} compile_et ${DESTDIR}${bindir}/afs_compile_et ${INSTALL_DATA} com_err.h ${DESTDIR}${includedir}/afs/com_err.h ${INSTALL_DATA} error_table.h ${DESTDIR}${includedir}/afs/error_table.h ${INSTALL_DATA} mit-sipb-cr.h ${DESTDIR}${includedir}/afs/mit-sipb-cr.h @@ -59,7 +59,7 @@ dest: compile_et com_err.h error_table.h mit-sipb-cr.h libcom_err.a ${INSTALL} -d ${DEST}/bin ${INSTALL} -d ${DEST}/include/afs ${INSTALL} -d ${DEST}/lib/afs - ${INSTALL_PROGRAM} compile_et ${DEST}/bin/compile_et + ${INSTALL_PROGRAM} compile_et ${DEST}/bin/afs_compile_et ${INSTALL_DATA} com_err.h ${DEST}/include/afs/com_err.h ${INSTALL_DATA} error_table.h ${DEST}/include/afs/error_table.h ${INSTALL_DATA} mit-sipb-cr.h ${DEST}/include/afs/mit-sipb-cr.h