From e6edac6dacf20f8ae61584889afeaa2545b227ea Mon Sep 17 00:00:00 2001 From: jb Date: Sun, 30 Aug 1998 01:57:55 +0000 Subject: BINFORMAT -> OBJFORMAT ready for E-day. --- lib/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index 01bfaa9..87c0079 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: Makefile,v 1.72 1998/08/20 08:24:07 msmith Exp $ +# $Id: Makefile,v 1.73 1998/08/22 14:31:39 gpalmer Exp $ # To satisfy shared library or ELF linkage when only the libraries being # built are visible: @@ -19,8 +19,8 @@ SUBDIR= libcom_err ${_libcrypt} ${_libm} libmytinfo libtermcap \ libpcap libresolv librpcsvc ${_libscsi} libskey libss libstand \ ${_libtcl} ${_libtelnet} libutil ${_libvgl} libxpg4 liby libz -.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-${BINFORMAT}) -_csu=csu/${MACHINE_ARCH}-${BINFORMAT} +.if exists(${.CURDIR}/csu/${MACHINE_ARCH}-${OBJFORMAT}) +_csu=csu/${MACHINE_ARCH}-${OBJFORMAT} .elif exists(${.CURDIR}/csu/${MACHINE_ARCH}) _csu=csu/${MACHINE_ARCH} .endif -- cgit v1.1