diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-05-24 10:08:55 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-05-24 10:09:45 +0200 |
commit | d42dce7bb35927b5e93ba7569d9e8dba38ab95a1 (patch) | |
tree | eb8a3d55e745097476d9f41867cb442a2fc8f9a2 | |
parent | af2f79709947e5135e2923138a15ba83daeb75c5 (diff) | |
download | ffmpeg-d42dce7bb35927b5e93ba7569d9e8dba38ab95a1.tar.gz |
Remove avconfig.h and INCINSTDIRs on uninstall.
-rw-r--r-- | subdir.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subdir.mak b/subdir.mak index 8a407fe164..33546fd8fd 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)) |