Fix t/ieee754 link
authorJens Axboe <axboe@kernel.dk>
Tue, 6 Nov 2012 20:54:30 +0000 (21:54 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 6 Nov 2012 20:54:30 +0000 (21:54 +0100)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Makefile
t/ieee754.c

index fc3a795e4e0bd5aa44dd9449a1611c2cf3412bb4..85da5132fe163ac55712e5f51bb2dae1a6281265 100644 (file)
--- 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
index afc25f3cf0122336bac03330e45a14b5b24c72b8..3898ab74c1afe5b65834c3500bda72d730d20df3 100644 (file)
@@ -1,5 +1,5 @@
 #include <stdio.h>
-#include "../ieee754.h"
+#include "../lib/ieee754.h"
 
 static double values[] = { -17.23, 17.23, 123.4567, 98765.4321, 0.0 };