mirror of
https://github.com/curl/curl.git
synced 2026-05-08 12:17:27 +03:00
make an uninstall hook in the same manner we already did an install hook
as otherwise will make distcheck fail
This commit is contained in:
parent
38a9b14965
commit
bbdc0394ff
1 changed files with 5 additions and 0 deletions
|
|
@ -83,3 +83,8 @@ cygwinbin:
|
|||
install-data-hook:
|
||||
cd include && $(MAKE) install
|
||||
cd docs && $(MAKE) install
|
||||
|
||||
# We extend the standard uninstall with a custom hook:
|
||||
uninstall-hook:
|
||||
cd include && $(MAKE) uninstall
|
||||
cd docs && $(MAKE) uninstall
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue