diff options
Diffstat (limited to 'regress/libexec/ld.so/df_1_noopen/Makefile')
-rw-r--r-- | regress/libexec/ld.so/df_1_noopen/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/regress/libexec/ld.so/df_1_noopen/Makefile b/regress/libexec/ld.so/df_1_noopen/Makefile index b59bb852fde..485b8719be4 100644 --- a/regress/libexec/ld.so/df_1_noopen/Makefile +++ b/regress/libexec/ld.so/df_1_noopen/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2013/04/02 07:15:02 miod Exp $ +# $OpenBSD: Makefile,v 1.4 2013/08/06 19:11:53 miod Exp $ .include <bsd.own.mk> @@ -6,10 +6,7 @@ REGRESS_TARGETS = test .include <bsd.regress.mk> -.if ${COMPILER_VERSION} == "gcc4" -EMPTYFILE= /dev/null -LIB_DEPENDS= -.else +.if ${COMPILER_VERSION} == "gcc3" EMPTYFILE= emptyfile CLEANFILES+= ${EMPTYFILE} LIB_DEPENDS= ${EMPTYFILE} @@ -18,6 +15,9 @@ LIB_DEPENDS= ${EMPTYFILE} # is not at least four bytes long! ${EMPTYFILE}: printf "\n\n\n\n" > $@ +.else +EMPTYFILE= /dev/null +LIB_DEPENDS= .endif CLEANFILES+=lib1.so lib2.so lib3.so dlopen dlopen1 dlopen2 dlopen3 |