Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-06-11 01:29:56 +0400
committerDiego Biurrun <diego@biurrun.de>2007-06-11 01:29:56 +0400
commitfa62bdb8684ed7cfc77207004d79d2119dbc2723 (patch)
tree406a174a1705cb2f09e01fe5d76d6518f44ca964 /Makefile
parent06694949b4d3c6c0b50c02c2a5c9449ef7c61652 (diff)
Move libpostproc-specific uninstallation command to the libpostproc Makefile.
Originally committed as revision 9277 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7cd5a05192..0ce1e50e99 100644
--- a/Makefile
+++ b/Makefile
@@ -183,7 +183,6 @@ uninstall-headers:
$(MAKE) -C libavformat uninstall-headers
$(MAKE) -C libpostproc uninstall-headers
-rmdir "$(incdir)"
- -rmdir "$(prefix)/include/postproc"
depend dep: .depend
$(MAKE) -C libavutil depend