From 720c33ae4c9fb2fe10268e123d5b34a5042170e1 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 17 Feb 2004 20:03:01 +0000 Subject: * Makefile.in (clean): Clean libserver, too. * fhandler.cc (fhandler_base::~fhandler_base): Remove path_conv cleanup. * syscalls.cc (chroot): Ditto. * path.cc (path_conv::~path_conv): Define new destructor. (conv_path_list_buf_size): Remove explicit path_conv cleanup. * path.h (path_conv::~path_conv): Declare new destructor. --- winsup/cygwin/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/Makefile.in') diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in index 474ae0430..a75a63e3c 100644 --- a/winsup/cygwin/Makefile.in +++ b/winsup/cygwin/Makefile.in @@ -352,6 +352,7 @@ uninstall-man: clean: -rm -f *.o *.dll *.a *.exp junk *.base version.cc regexp/*.o winver_stamp *.exe *.d *stamp* *_magic.h sigfe.s + -@$(MAKE) -C $(bupdir)/cygserver libclean maintainer-clean realclean: clean @echo "This command is intended for maintainers to use;" -- cgit v1.2.3