diff options
author | jkh <jkh@FreeBSD.org> | 1996-12-30 07:31:43 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-12-30 07:31:43 +0000 |
commit | 8bf531b276952d8265527e4c182ab7825d0767cc (patch) | |
tree | 43d4beefd55ca1c74a818e9a034c8969046880ed /lib/compat/compat1x | |
parent | 2ab556210a8d4b9c55b04839ff2ee4ac489af7ba (diff) | |
download | FreeBSD-src-8bf531b276952d8265527e4c182ab7825d0767cc.zip FreeBSD-src-8bf531b276952d8265527e4c182ab7825d0767cc.tar.gz |
Argh, guys, LIBOWN, not LIBMODE for -o! :-)
Diffstat (limited to 'lib/compat/compat1x')
-rw-r--r-- | lib/compat/compat1x/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compat/compat1x/Makefile b/lib/compat/compat1x/Makefile index 7b0e032..f2ca6ae 100644 --- a/lib/compat/compat1x/Makefile +++ b/lib/compat/compat1x/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1996/12/23 21:47:26 jkh Exp $ +# $Id: Makefile,v 1.3 1996/12/28 17:42:46 peter Exp $ DISTRIBUTION= compat1x @@ -20,7 +20,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. |