From 69f8a52c4c0576c8538e85bb1f94c06c697c97e2 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 14 May 2002 11:41:23 +0000 Subject: [PATCH] I somehow managed to forgot to commit this in my INCS sweep. We don't need the `beforeinstall' here, INCS handles this. --- lib/libbz2/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/libbz2/Makefile b/lib/libbz2/Makefile index a7abbaac542..f412d418e2f 100644 --- a/lib/libbz2/Makefile +++ b/lib/libbz2/Makefile @@ -13,8 +13,4 @@ SRCS= bzlib.c blocksort.c compress.c crctable.c decompress.c \ INCS= bzlib.h CFLAGS+= -I${BZ2DIR} -beforeinstall: - ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${BZ2DIR}/bzlib.h \ - ${DESTDIR}/usr/include - .include