diff --git a/ChangeLog b/ChangeLog
index e926752..d6bc128 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-04-16 Anuj Verma  <anujv@iitbhilai.ac.in>
+
+	* Makefile (FT_INCLUDES): Remove configuration directory since
+	it's content is included by `ft2build.h'.
+
 2020-04-16  Werner Lemberg  <wl@gnu.org>
 
 	* Makefile (CC) [unix]: Synchronize with recent change in FreeType.
diff --git a/Makefile b/Makefile
index 64de9af..3beddde 100644
--- a/Makefile
+++ b/Makefile
@@ -129,7 +129,6 @@ else
                  $(BUILD_DIR) \
                  $(DEVEL_DIR) \
                  $(TOP_DIR)/include \
-                 $(TOP_DIR)/include/freetype/config \
                  $(SRC_DIR)
 
   COMPILE = $(CC) $(CPPFLAGS) \
