mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-01-25 11:40:21 +01:00
Use patsubst' instead of subst' in cleaning rule to avoid problems with
filenames which contain `lo' in its name (e.g. ahglobal.lo).
This commit is contained in:
parent
1fd410bbe1
commit
a2a75b7846
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ ifdef BUILD_FREETYPE
|
|||
#
|
||||
clean_freetype_unix:
|
||||
-$(DELETE) $(BASE_OBJECTS) $(OBJ_M) $(OBJ_S)
|
||||
-$(DELETE) $(subst $O,$(SO),$(BASE_OBJECTS) $(OBJ_M) $(OBJ_S)) \
|
||||
-$(DELETE) $(patsubst %.$O,%.$(SO),$(BASE_OBJECTS) $(OBJ_M) $(OBJ_S)) \
|
||||
$(CLEAN)
|
||||
|
||||
distclean_freetype_unix: clean_freetype_unix
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue