From f98f3d076502dfd18a2d1b63443288cab356a983 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 6 Nov 2012 21:54:30 +0100 Subject: [PATCH] Fix t/ieee754 link Signed-off-by: Jens Axboe --- Makefile | 2 +- t/ieee754.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fc3a795e..85da5132 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ T_SMALLOC_OBJS += mutex.o smalloc.o t/log.o T_SMALLOC_PROGS = t/stest T_IEEE_OBJS = t/ieee754.o -T_IEEE_OBJS += ieee754.o +T_IEEE_OBJS += lib/ieee754.o T_IEEE_PROGS = t/ieee754 T_ZIPF_OBS = t/genzipf.o diff --git a/t/ieee754.c b/t/ieee754.c index afc25f3c..3898ab74 100644 --- a/t/ieee754.c +++ b/t/ieee754.c @@ -1,5 +1,5 @@ #include -#include "../ieee754.h" +#include "../lib/ieee754.h" static double values[] = { -17.23, 17.23, 123.4567, 98765.4321, 0.0 }; -- 2.25.1