projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
build: Add uninstall-pkgconfig target to match install-lib*-pkgconfig
[ffmpeg.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
b1a2c30
..
1c10f15
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-161,7
+161,7
@@
install-data: $(DATA_FILES)
$(Q)mkdir -p "$(DATADIR)"
$(INSTALL) -m 644 $(DATA_FILES) "$(DATADIR)"
-uninstall: uninstall-
libs uninstall-headers uninstall-data
+uninstall: uninstall-
data uninstall-headers uninstall-libs uninstall-pkgconfig
uninstall-data:
$(RM) -r "$(DATADIR)"