LIBMODE -> LIBOWN

This commit is contained in:
Jordan K. Hubbard 1996-12-30 07:32:34 +00:00
parent 4accebfea4
commit c94d336e8b
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.2 1996/12/23 21:47:27 jkh Exp $
# $Id: Makefile,v 1.3 1996/12/28 17:42:47 peter Exp $
DISTRIBUTION= compat20
@ -15,7 +15,7 @@ ${lib}: ${lib}.gz.uu
.endfor
install:
${INSTALL} ${COPY} -o ${LIBMODE} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
${DESTDIR}${LIBCOMPATDIR}
# Get all the fruit, even though we don't set PROG.

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.2 1996/12/23 21:47:28 jkh Exp $
# $Id: Makefile,v 1.3 1996/12/28 17:42:48 peter Exp $
DISTRIBUTION= compat21
@ -14,7 +14,7 @@ ${lib}: ${lib}.gz.uu
.endfor
install:
${INSTALL} ${COPY} -o ${LIBMODE} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
${DESTDIR}${LIBCOMPATDIR}
# Get all the fruit, even though we don't set PROG.