diff options
author | 2004-07-09 22:24:41 +0000 | |
---|---|---|
committer | 2004-07-09 22:24:41 +0000 | |
commit | a48a952c09b2e456bb07723e37d5be9f43b57f5e (patch) | |
tree | 1a790c360e12f7123d0926cacdf8d9a96676bf88 | |
parent | regen (diff) | |
download | wireguard-openbsd-a48a952c09b2e456bb07723e37d5be9f43b57f5e.tar.xz wireguard-openbsd-a48a952c09b2e456bb07723e37d5be9f43b57f5e.zip |
NOOBJ=1, needed since gcc-bounds was connected to regress, noticed by david@
-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 |