fontconfig/fc-scan
Akira TAGOH 93460f93e9 Fix a build issue due to the use of non-portable variables
$< isn't supported in BSD make say. $(RM) is pre-defined in GNU make
though, not in BSD make say. so changed to check on configure if it's
pre-defined by make, otherwise set the appropriate command to $(RM).

This would be a workaround until it has the certain pre-defined value.
2012-03-16 16:34:37 +09:00
..
Makefile.am Fix a build issue due to the use of non-portable variables 2012-03-16 16:34:37 +09:00
fc-scan.c
fc-scan.sgml