[FFmpeg-cvslog] Remove avconfig.h and INCINSTDIRs on uninstall.
Carl Eugen Hoyos
git at videolan.org
Tue May 24 10:10:57 CEST 2011
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Tue May 24 10:08:55 2011 +0200| [d42dce7bb35927b5e93ba7569d9e8dba38ab95a1] | committer: Carl Eugen Hoyos
Remove avconfig.h and INCINSTDIRs on uninstall.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d42dce7bb35927b5e93ba7569d9e8dba38ab95a1
---
subdir.mak | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/subdir.mak b/subdir.mak
index 8a407fe..33546fd 100644
--- a/subdir.mak
+++ b/subdir.mak
@@ -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))
More information about the ffmpeg-cvslog
mailing list