diff --git a/Makefile b/Makefile
index b9f0dfe..7466b96 100644
--- a/Makefile
+++ b/Makefile
@@ -125,6 +125,7 @@ else
                  $(BUILD_DIR) \
                  $(DEVEL_DIR) \
                  $(TOP_DIR)/include \
+                 $(TOP_DIR)/include/freetype/config \
                  $(SRC_DIR)
 
   COMPILE = $(CC) $(CPPFLAGS) \
diff --git a/graph/win32/rules.mk b/graph/win32/rules.mk
index ef4e749..2dd0f14 100644
--- a/graph/win32/rules.mk
+++ b/graph/win32/rules.mk
@@ -5,7 +5,7 @@
 #*
 #**************************************************************************
 
-ifeq ($(PLATFORM),win32)
+ifeq ($(PLATFORM),windows)
 
   # directory of the Win32 graphics driver
   #
