Correct merge bogon: You want to descend into PSD.doc for both `all' and

`install' cases or there's never anything made to install, and you blow
up in the install. :-)
This commit is contained in:
jkh 1996-10-06 12:43:14 +00:00
parent ae6275c7de
commit b55958f5ae

View File

@ -1,5 +1,5 @@
# @(#)Makefile 5.2 (Berkeley) 12/28/90
# $Id: Makefile,v 1.5 1995/09/22 14:14:28 phk Exp $
# $Id: Makefile,v 1.6 1996/10/06 02:33:53 steve Exp $
PROG= make
CFLAGS+= -I${.CURDIR}
@ -12,7 +12,7 @@ SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \
lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c
.PATH: ${.CURDIR}/lst.lib
.if make(install)
.if make (all) || make(install)
SUBDIR+= PSD.doc
.endif