fixed a small bug that prevented the modules list to

be properly erased on Win32 when invoking
"make modules" from the top directory..
This commit is contained in:
David Turner 2000-02-02 12:48:20 +00:00
parent 5eaadfcda6
commit 5194f8bf8a
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ FT_MODULE_LIST := $(BUILD)$(SEP)ftmodule.h
# file in order to `clean' the list
#
clean_module_list:
@-$(DELETE) $(FT_MODULE_LIST)
@-$(DELETE) $(subst $(SEP),$(HOSTSEP),$(FT_MODULE_LIST))
@-echo Regenerating the font drivers list in $(FT_MODULE_LIST)
make_module_list: clean_module_list