diff options
-rw-r--r-- | regress/gnu/egcs/gcc-bounds/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/gnu/egcs/gcc-bounds/Makefile b/regress/gnu/egcs/gcc-bounds/Makefile index 5b3d4985be3..88f09e27d86 100644 --- a/regress/gnu/egcs/gcc-bounds/Makefile +++ b/regress/gnu/egcs/gcc-bounds/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2004/04/27 18:02:07 avsm Exp $ +# $OpenBSD: Makefile,v 1.8 2004/07/09 22:24:41 avsm Exp $ C_MODULES?= strlcpy strlcat getcwd memcpy fread memcpy declare \ sscanf vararray md builtins @@ -50,6 +50,8 @@ generate: .PHONY: ${REGRESS_TARGETS} generate regress +NOOBJ= Yes + .include <bsd.regress.mk> .if ${USE_GCC3:L:Myes} EXP= .exp.gcc3 |