=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/asn1_compile/Attic/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/asn1_compile/Attic/Makefile 2003/05/11 21:36:33 1.1 +++ src/usr.bin/asn1_compile/Attic/Makefile 2003/05/11 21:40:50 1.2 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2003/05/11 21:36:33 hin Exp $ +# $OpenBSD: Makefile,v 1.2 2003/05/11 21:40:50 hin Exp $ PROG= asn1_compile NOMAN= @@ -6,7 +6,7 @@ gen_encode.c gen_decode.c gen_free.c gen_length.c gen_copy.c \ gen_glue.c getarg.c -CFLAGS+=-I. -DFALSE=0 -DTRUE=1 +CFLAGS+=-I. -I$(.CURDIR) -DFALSE=0 -DTRUE=1 CLEANFILES= parse.[ch] lex.c