提交 fa62bdb8 编写于 作者: D Diego Biurrun

Move libpostproc-specific uninstallation command to the libpostproc Makefile.

Originally committed as revision 9277 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 06694949
......@@ -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
......
......@@ -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"
......
......@@ -22,3 +22,5 @@ depend dep: postprocess.c
postprocess_pic.o: postprocess.c
$(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -o $@ $<
uninstall-headers::
-rmdir "$(prefix)/include/postproc"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册