mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
build: Remove all installed headers and header directories on uninstall
This commit is contained in:
parent
dfd9159f3d
commit
a2b4d1df52
1 changed files with 2 additions and 2 deletions
|
|
@ -82,9 +82,9 @@ uninstall-libs::
|
|||
-$(RM) "$(LIBDIR)/$(LIBNAME)"
|
||||
|
||||
uninstall-headers::
|
||||
$(RM) $(addprefix "$(INCINSTDIR)/",$(HEADERS))
|
||||
$(RM) $(addprefix "$(INCINSTDIR)/",$(HEADERS) $(BUILT_HEADERS))
|
||||
$(RM) "$(LIBDIR)/pkgconfig/lib$(NAME).pc"
|
||||
-rmdir "$(INCDIR)"
|
||||
-rmdir "$(INCINSTDIR)"
|
||||
endef
|
||||
|
||||
$(eval $(RULES))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue