From: Adi Masputra Date: Wed, 15 Sep 1999 22:21:57 +0000 (+0000) Subject: Forgot to remote *.ln files (made by lint) when doing make clean. X-Git-Tag: ppp-2.4.7~633 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=d0d16c4ba18e31f76e891201e5e106887f87bbf0 Forgot to remote *.ln files (made by lint) when doing make clean. --- diff --git a/svr4/Makefile.sol2 b/svr4/Makefile.sol2 index ed148c3..caee266 100644 --- a/svr4/Makefile.sol2 +++ b/svr4/Makefile.sol2 @@ -1,7 +1,7 @@ # # Makefile for STREAMS modules for Solaris 2. # -# $Id: Makefile.sol2,v 1.15 1999/09/15 22:10:16 masputra Exp $ +# $Id: Makefile.sol2,v 1.16 1999/09/15 22:21:57 masputra Exp $ # include Makedefs.sol2 @@ -55,3 +55,4 @@ lint: clean: rm -f ppp ppp_comp ppp_ahdl *.o *~ core + rm -f *.ln