mirror of https://git.ffmpeg.org/ffmpeg.git
Remove avconfig.h and INCINSTDIRs on uninstall.
This commit is contained in:
parent
af2f797099
commit
d42dce7bb3
|
@ -88,9 +88,9 @@ uninstall-libs::
|
|||
-$(RM) "$(LIBDIR)/$(LIBNAME)"
|
||||
|
||||
uninstall-headers::
|
||||
$(RM) $(addprefix "$(INCINSTDIR)/",$(HEADERS))
|
||||
$(RM) $(addprefix "$(INCINSTDIR)/",$(HEADERS)) $(addprefix "$(INCINSTDIR)/",$(BUILT_HEADERS))
|
||||
$(RM) "$(LIBDIR)/pkgconfig/lib$(NAME).pc"
|
||||
-rmdir "$(INCDIR)"
|
||||
-rmdir "$(INCINSTDIR)"
|
||||
endef
|
||||
|
||||
$(eval $(RULES))
|
||||
|
|
Loading…
Reference in New Issue