Skip to content

Commit

Permalink
Move libpostproc-specific uninstallation command to the libpostproc M…
Browse files Browse the repository at this point in the history
…akefile.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9277 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
  • Loading branch information
diego committed Jun 10, 2007
1 parent f97ae13 commit 9dba512
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion common.mak
Expand Up @@ -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"

Expand Down
2 changes: 2 additions & 0 deletions libpostproc/Makefile
Expand Up @@ -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"

0 comments on commit 9dba512

Please sign in to comment.