Commit bbdc0394 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

make an uninstall hook in the same manner we already did an install hook

as otherwise will make distcheck fail
parent 38a9b149
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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