Removed extraneous .endif that was left during OBJDIR cleanup.

Noticed by:	phk
This commit is contained in:
Nate Williams 1996-08-07 19:28:09 +00:00
parent c394ce8c64
commit e452601bed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17469

View File

@ -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)