CVSROOT: /cvs Module name: src Changes by: es...@cvs.openbsd.org 2012/11/21 16:21:54
Modified files: usr.bin/make : engine.c Log message: ${.ALLSRC} and ${.OODATE} should always be defined, even for empty lists of prerequisites. This prevents complaints from the var module and from other developers. That's a bug I introduced 5 years ago... found out by miod@ okay miod@