# HG changeset patch # User greg # Date 1205312923 -3600 # Node ID 9ef58fa2c66ab3d96857561f77421edc6b8897f9 # Parent ac9d693fc589d23c32abb88004f000fede4dc616 fixed missing uninstall target in examples makefile diff -r ac9d693fc589 -r 9ef58fa2c66a examples/Makefile.in --- a/examples/Makefile.in Fri Mar 07 16:07:09 2008 +0100 +++ b/examples/Makefile.in Wed Mar 12 10:08:43 2008 +0100 @@ -80,5 +80,8 @@ install: $(build_command_seq) +uninstall: + $(build_command_seq) + mrproper: clean $(build_command_seq)