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:
Daniel Stenberg 2003-08-06 22:15:12 +00:00
parent 38a9b14965
commit bbdc0394ff
1 changed files with 5 additions and 0 deletions

View File

@ -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