diff options
Diffstat (limited to 'regress/usr.bin/pcc/cc/cpp/Makefile')
-rw-r--r-- | regress/usr.bin/pcc/cc/cpp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/pcc/cc/cpp/Makefile b/regress/usr.bin/pcc/cc/cpp/Makefile index f955033a957..a0b07fed5d8 100644 --- a/regress/usr.bin/pcc/cc/cpp/Makefile +++ b/regress/usr.bin/pcc/cc/cpp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/10/05 16:54:57 otto Exp $ +# $OpenBSD: Makefile,v 1.4 2007/10/05 17:28:47 otto Exp $ CC=/usr/local/bin/cc @@ -6,4 +6,4 @@ regress: @echo skip001.c ${CC} -E -I ${.CURDIR}/subdir ${.CURDIR}/skip001.c | cmp - ${.CURDIR}/skip001.out -.include "bsd.regress.mk" +.include <bsd.regress.mk> |