forked from minhngoc25a/freetype2
fixed a small bug in the uninstall mode
This commit is contained in:
parent
c817a7ee73
commit
ea917dae6c
|
@ -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…
Reference in New Issue