From e5218e60ea3b6d66436c9c4bab1466bc2ed86e8b Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 9 May 2002 20:36:42 +0000 Subject: `beforeinstall' w/the csu bits is a nop. --- Makefile.inc1 | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 719e637..6e60946 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 @@ -698,9 +697,6 @@ includes: .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 cd ${.CURDIR}/lib/libc; ${MAKE} beforeinstall -- cgit v1.1