diff --git a/splitfs/Makefile b/splitfs/Makefile index f10c5f363a..cf6e931f4c 100755 --- a/splitfs/Makefile +++ b/splitfs/Makefile @@ -32,7 +32,7 @@ sofiles: $(COMMON_OBJ) $(NVP_SOFILES) # The only .so which doesn't follow the naming convention for its underlying file. libnvp.so: fileops_hub.o $(COMMON_OBJ) - $(CC) $(CLFAGS) -shared -Wl,-soname,$@ -o $@ $^ -ldl -funroll-loops -L. -lrt + $(CC) $(CFLAGS) -shared -Wl,-soname,$@ -o $@ $^ -ldl -funroll-loops -L. -lrt # Lives in a different directory. #libmoneta.so: