>> In other words, this change
>>
>>   -INCLUDES := $(subst /,$(COMPILER_SEP),$(OBJ_DIR) \
>>   -                                      $(DEVEL_DIR) \
>>   +INCLUDES := $(subst /,$(COMPILER_SEP),$(DEVEL_DIR) \
>>                                          $(BUILD_DIR) \
>>                                          $(TOP_DIR)/include)
>>
>> looks very suspicious :-)
> 
> Shall I place ftmodule.h into BUILD_DIR then, next to ftoption.h and
> ftconfig.h?

No, since FreeType's `$(BUILD_DIR)` directory is not 'builddir' in the
autoconf sense.  FreeType's builddir is called `$(OBJ_DIR)`.

I suggest that you simply revert the commit.


    Werner

Reply via email to