From 4323f50cde436c2362c742b7753795a3808d83c3 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 28 Dec 1996 17:42:48 +0000 Subject: Fix some more problems: - the .gz files are no longer used as intermediate files, it's in a pipe now. (gunzip normally deleted them anyway, but this should not hurt) - I accidently left a -p arg to install from testing. Bruce says it should be ${COPY} instead, but almost everything else in the tree uses plain -c anyway. - Use "LINKS=" or two identical files are installed sepeately instead of as links (doh!) - Use "LIB..." instead of "BIN..." for install permissions. Note that we still use bsd.prog.mk, not bsd.lib.mk because bsd.lib.mk has problems (it can't install a library unless it compiles it). - Define LIBCOMPATDIR in Makefile.inc instead of using BINDIR. Mostly submitted by: bde --- lib/compat/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/compat/Makefile.inc') diff --git a/lib/compat/Makefile.inc b/lib/compat/Makefile.inc index 3b0eaee..07eb565 100644 --- a/lib/compat/Makefile.inc +++ b/lib/compat/Makefile.inc @@ -1,3 +1,3 @@ -# $Id$ +# $Id: Makefile.inc,v 1.1 1996/12/23 05:07:20 peter Exp $ -BINDIR?= /usr/lib/compat +LIBCOMPATDIR?= ${LIBDIR}/compat -- cgit v1.1