=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/Makefile,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- src/usr.bin/make/Makefile 2012/09/21 10:01:52 1.54 +++ src/usr.bin/make/Makefile 2012/10/02 10:29:30 1.55 @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.54 2012/09/21 10:01:52 espie Exp $ +# $OpenBSD: Makefile,v 1.55 2012/10/02 10:29:30 espie Exp $ PROG= make CFLAGS+= -I${.OBJDIR} -I${.CURDIR} HOSTCFLAGS+= -I${.OBJDIR} -I${.CURDIR} CDIAGFLAGS=-Wall -W -Wno-char-subscripts -Wstrict-prototypes -pedantic \ - -Wmissing-prototypes + -Wmissing-prototypes -Wdeclaration-after-statement CDEFS+=-DUSE_TIMESPEC CDEFS+=-DHAS_BOOL_H