From 4e8db361d6ff01efaf0ad19fd0e439c8ee5658db Mon Sep 17 00:00:00 2001 From: rgrimes Date: Thu, 23 Mar 1995 19:03:02 +0000 Subject: Fixed last defined(WANT_MSUN) -> !defined(WANT_CSRG_LIBM) in the src tree. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e7bf5da..4678598 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.47 1995/03/19 08:23:47 rgrimes Exp $ +# $Id: Makefile,v 1.48 1995/03/19 17:24:24 ats Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include and MOST of /usr/lib @@ -214,7 +214,7 @@ includes: cd ${.CURDIR}/lib/libmd && ${MAKE} beforeinstall cd ${.CURDIR}/lib/libmytinfo && ${MAKE} beforeinstall cd ${.CURDIR}/lib/libncurses && ${MAKE} beforeinstall -.if defined(WANT_MSUN) +.if !defined(WANT_CSRG_LIBM) cd ${.CURDIR}/lib/msun && ${MAKE} beforeinstall .endif cd ${.CURDIR}/lib/libpcap && ${MAKE} beforeinstall -- cgit v1.1