diff options
-rw-r--r-- | src/regress/lib/libc/cxa-atexit/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/regress/lib/libc/cxa-atexit/Makefile b/src/regress/lib/libc/cxa-atexit/Makefile index 5061ca04ac..a2821e01d3 100644 --- a/src/regress/lib/libc/cxa-atexit/Makefile +++ b/src/regress/lib/libc/cxa-atexit/Makefile | |||
@@ -1,11 +1,6 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2010/05/10 18:20:31 drahn Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2013/08/06 19:11:53 miod Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | ||
4 | |||
5 | |||
6 | .if ${COMPILER_VERSION:L} == "gcc3" || ${COMPILER_VERSION:L} == "gcc4" | ||
7 | SUBDIR+= libgd1 libgd2 test1 | 3 | SUBDIR+= libgd1 libgd2 test1 |
8 | .endif | ||
9 | 4 | ||
10 | install: | 5 | install: |
11 | 6 | ||