From 4e3aa3171ca3b5f1cd479c2620cb7faf33b19e6f Mon Sep 17 00:00:00 2001 From: Shawn Zhong Date: Wed, 1 Jun 2022 01:12:15 -0500 Subject: [PATCH] Fix Makefile typo --- splitfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: