Skip to content
Snippets Groups Projects
Commit c3e80cac authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Remove the lib subdirectory in "make distclean".

parent 3e8b9838
Branches
Tags
No related merge requests found
#
# $Id: Makefile.in,v 1.5 1993/10/31 11:39:53 ceder Exp $
# $Id: Makefile.in,v 1.6 1993/11/22 18:34:37 ceder Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
......@@ -44,6 +44,8 @@ dopure: dorealclean
dorealclean: dodistclean;
dodistclean: doclean
$(RM) $(GENERIC-DISTCLEAN) config.status
$(RM) lib/lib*.a
rmdir lib
doclean: domostlyclean;
domostlyclean:
$(RM) $(GENERIC-MOSTLYCLEAN)
......
#
# $Id: Makefile.src,v 1.5 1993/10/31 11:39:53 ceder Exp $
# $Id: Makefile.src,v 1.6 1993/11/22 18:34:37 ceder Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
......@@ -44,6 +44,8 @@ dopure: dorealclean
dorealclean: dodistclean;
dodistclean: doclean
$(RM) $(GENERIC-DISTCLEAN) config.status
$(RM) lib/lib*.a
rmdir lib
doclean: domostlyclean;
domostlyclean:
$(RM) $(GENERIC-MOSTLYCLEAN)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment