To build with both make 3.81 and 4.x
---
 iconfig.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/iconfig.mk b/iconfig.mk
index 50c5034..18f86a3 100644
--- a/iconfig.mk
+++ b/iconfig.mk
@@ -1,7 +1,5 @@
 # Nasty hack so that make clean works without configure being run
 TOP?=		.
-_CONFIG_MK!=	test -e ${TOP}/config.mk && \
-		    echo config.mk || echo config-null.mk
 _CONFIG_MK?=	$(shell test -e ${TOP}/config.mk && \
 		    echo config.mk || echo config-null.mk)
 CONFIG_MK?=	${_CONFIG_MK}
-- 
1.9.1

