Prevent loop caused by custom includes-target

This commit is contained in:
hubertf 1998-10-28 01:46:46 +00:00
parent 04c995f517
commit c884556c3d
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ SUBDIR+= vgaio kbdio set2061
SUBDIR+= demo
.endif
includes:
(cd ${.CURDIR}/..; ${MAKE} includes)
#includes:
# (cd ${.CURDIR}/..; ${MAKE} includes)
.include <bsd.subdir.mk>