=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/Makefile,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- src/usr.bin/make/Makefile 2007/03/18 15:37:06 1.40 +++ src/usr.bin/make/Makefile 2007/07/08 17:44:20 1.41 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.40 2007/03/18 15:37:06 mickey Exp $ +# $OpenBSD: Makefile,v 1.41 2007/07/08 17:44:20 espie Exp $ PROG= make CFLAGS+= -I${.OBJDIR} -I${.CURDIR} @@ -6,6 +6,7 @@ CDIAGFLAGS=-Wall -W -Wno-char-subscripts -Wstrict-prototypes -pedantic \ -Wmissing-prototypes +DESTDIR= CDEFS+=-DUSE_TIMESPEC CDEFS+=-DHAS_BOOL_H CDEFS+=-DHAS_PATHS_H @@ -24,6 +25,8 @@ lstInsert.c lstMember.c lstRemove.c lstReplace.c lstSucc.c .PATH: ${.CURDIR}/lst.lib +a: + echo "Bindir is ${BINDIR}" CLEANFILES+=generate hashconsts.h generate.o regress.o check