diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-06-10 21:29:56 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-06-10 21:29:56 +0000 |
commit | fa62bdb8684ed7cfc77207004d79d2119dbc2723 (patch) | |
tree | 406a174a1705cb2f09e01fe5d76d6518f44ca964 /common.mak | |
parent | 06694949b4d3c6c0b50c02c2a5c9449ef7c61652 (diff) | |
download | ffmpeg-fa62bdb8684ed7cfc77207004d79d2119dbc2723.tar.gz |
Move libpostproc-specific uninstallation command to the libpostproc Makefile.
Originally committed as revision 9277 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r-- | common.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mak b/common.mak index 43bcc57355..191598aca1 100644 --- a/common.mak +++ b/common.mak @@ -92,7 +92,7 @@ uninstall-libs: "$(shlibdir)/$(SLIBNAME_WITH_VERSION)" -rm -f "$(libdir)/$(LIB)" -uninstall-headers: +uninstall-headers:: rm -f $(addprefix "$(incdir)/",$(HEADERS)) rm -f "$(libdir)/pkgconfig/lib$(NAME).pc" |