diff --git a/Makefile b/Makefile
index 06b72dac9b1158471af219a05d8d19dd89e546b1..91aa5918044d092a397aefd2353e6308bef4b731 100755
--- a/Makefile
+++ b/Makefile
@@ -307,7 +307,7 @@ ifeq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/sys/poll.h),)
 endif
 
 ifeq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/dlfcn.h),)
-  OBJS+= dhfcn.o
+  OBJS+= dlfcn.o
   ASTCFLAGS+=-DDLFCNCOMPAT
 endif