ref: 5194f8bf8a9e6a8e970c3d6629c6571b791c9862
parent: 5eaadfcda64395ee0fc4809be152de9f2150a03b
author: David Turner <[email protected]>
date: Wed Feb 2 07:48:20 EST 2000
fixed a small bug that prevented the modules list to be properly erased on Win32 when invoking "make modules" from the top directory..
--- a/config/modules.mk
+++ b/config/modules.mk
@@ -36,7 +36,7 @@
# 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