From f9355efb2e3c9f7c9476f3d9e22dd0ff3e87db65 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 24 Nov 2003 00:47:50 +0000 Subject: Build correctly on FreeBSD. (Will this process ever reach a fixed point?) --- src/mkmk.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mkmk.sh') diff --git a/src/mkmk.sh b/src/mkmk.sh index 4cf96921..a52fb4af 100644 --- a/src/mkmk.sh +++ b/src/mkmk.sh @@ -35,6 +35,7 @@ cd libfmt 9c fmtstr.c 9c fmtvprint.c 9c fprint.c +9c nan64.c 9c print.c 9c runefmtstr.c 9c runeseprint.c @@ -55,8 +56,7 @@ cd libfmt 9c vsnprint.c 9c charstod.c 9c pow10.c -9c nan64.c -ar rvc ../../lib/libfmt.a dofmt.o errfmt.o fltfmt.o fmt.o fmtfd.o fmtfdflush.o fmtlock.o fmtprint.o fmtquote.o fmtrune.o fmtstr.o fmtvprint.o fprint.o print.o runefmtstr.o runeseprint.o runesmprint.o runesnprint.o runesprint.o runevseprint.o runevsmprint.o runevsnprint.o seprint.o smprint.o snprint.o sprint.o strtod.o vfprint.o vseprint.o vsmprint.o vsnprint.o charstod.o pow10.o nan64.o +ar rvc ../../lib/libfmt.a dofmt.o errfmt.o fltfmt.o fmt.o fmtfd.o fmtfdflush.o fmtlock.o fmtprint.o fmtquote.o fmtrune.o fmtstr.o fmtvprint.o fprint.o nan64.o print.o runefmtstr.o runeseprint.o runesmprint.o runesnprint.o runesprint.o runevseprint.o runevsmprint.o runevsnprint.o seprint.o smprint.o snprint.o sprint.o strtod.o vfprint.o vseprint.o vsmprint.o vsnprint.o charstod.o pow10.o cd .. cd libbio 9c bbuffered.c -- cgit v1.2.3