=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/pmdb/Attic/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/pmdb/Attic/Makefile 2002/06/05 18:02:27 1.7 +++ src/usr.bin/pmdb/Attic/Makefile 2003/07/22 17:15:13 1.8 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2002/06/05 18:02:27 fgsch Exp $ +# $OpenBSD: Makefile,v 1.8 2003/07/22 17:15:13 brad Exp $ .include @@ -20,7 +20,7 @@ .endif .endif -.if (${ELF_TOOLCHAIN} == "yes") +.if (${ELF_TOOLCHAIN:L} == "yes") SRCS+=elf_syms.c CPPFLAGS+=-DPMDB_ELF .else