From fdc6a23f0ecd5abcbd415cd2332ac2dad2ff6e42 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 9 May 2002 20:36:42 +0000 Subject: [PATCH] `beforeinstall' w/the csu bits is a nop. --- Makefile.inc1 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 719e6370b0b..6e6094683ee 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -666,7 +666,6 @@ hierarchy: includes: cd ${.CURDIR}/include; ${MAKE} -B all install cd ${.CURDIR}/gnu/include; ${MAKE} install - cd ${.CURDIR}/gnu/lib/csu; ${MAKE} beforeinstall cd ${.CURDIR}/gnu/lib/libdialog; ${MAKE} beforeinstall cd ${.CURDIR}/gnu/lib/libobjc; ${MAKE} beforeinstall cd ${.CURDIR}/gnu/lib/libreadline/readline; ${MAKE} beforeinstall @@ -697,9 +696,6 @@ includes: cd ${.CURDIR}/secure/lib/libtelnet; ${MAKE} beforeinstall .else cd ${.CURDIR}/lib/libtelnet; ${MAKE} beforeinstall -.endif -.if exists(${.CURDIR}/lib/csu/${MACHINE_ARCH}) - cd ${.CURDIR}/lib/csu/${MACHINE_ARCH}; ${MAKE} beforeinstall .endif cd ${.CURDIR}/lib/libalias; ${MAKE} beforeinstall cd ${.CURDIR}/lib/libatm; ${MAKE} beforeinstall