From e452601bedda7eceda7f6904d9c5fe2cb5003dd1 Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Wed, 7 Aug 1996 19:28:09 +0000 Subject: [PATCH] Removed extraneous .endif that was left during OBJDIR cleanup. Noticed by: phk --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 95a51d86ed24..919ef910ba9a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.94 1996/08/07 13:21:43 peter Exp $ +# $Id: Makefile,v 1.95 1996/08/07 13:25:54 peter Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -146,7 +146,6 @@ world: @echo "Not cleaning anything! I sure hope you know what you are doing!" .else cd ${.CURDIR} && ${MAKE} ${CLEANDIR} -.endif .endif @echo .if !defined(NOOBJDIR)