mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-07 05:18:10 +02:00
fixed a small bug in the uninstall mode
This commit is contained in:
parent
c817a7ee73
commit
ea917dae6c
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ install: $(PROJECT_LIBRARY)
|
|||
done
|
||||
|
||||
uninstall:
|
||||
-$(LIBTOOL) --mode=uninstall $(RM) $(libdir)/$(PROJECT_LIBRARY).$A
|
||||
-$(LIBTOOL) --mode=uninstall $(RM) $(libdir)/lib$(PROJECT).$A
|
||||
-$(DELETE) $(includedir)/freetype/cache/*
|
||||
-$(DELDIR) $(includedir)/freetype/cache
|
||||
-$(DELETE) $(includedir)/freetype/config/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue