From 33aef88532736a6b3c50637006a81672ced6d65f Mon Sep 17 00:00:00 2001 From: rgrimes Date: Sat, 18 Mar 1995 08:34:42 +0000 Subject: Remove private mkdir for /usr/include/ss, no handled by mtree. --- lib/libss/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib/libss') diff --git a/lib/libss/Makefile b/lib/libss/Makefile index 1d2a0a5..3189ae5 100644 --- a/lib/libss/Makefile +++ b/lib/libss/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1995/02/12 02:35:35 phk Exp $ +# $Id: Makefile,v 1.6 1995/03/15 01:33:05 wpaul Exp $ LIB= ss SRCS= ss_err.c data.c error.c execute_cmd.c help.c invocation.c list_rqs.c \ @@ -24,10 +24,6 @@ std_rqs.c: ${.CURDIR}/std_rqs.ct -test -h std_rqs.ct && rm std_rqs.ct beforeinstall: - -if [ ! -d ${DESTDIR}/usr/include/ss ]; then \ - rm -fr ${DESTDIR}/usr/include/ss && \ - mkdir ${DESTDIR}/usr/include/ss; \ - fi -cd ${.CURDIR}; cmp -s ss.h ${DESTDIR}/usr/include/ss/ss.h || \ install -c -o ${BINOWN} -g ${BINGRP} -m 444 ss.h \ ${DESTDIR}/usr/include/ss -- cgit v1.1