From 75999228ead62620ed8b9d3970277bf916af3d6d Mon Sep 17 00:00:00 2001 From: Rene Engelhard Date: Thu, 2 Sep 2010 15:13:41 +0200 Subject: gnumake2: move make 3.81 check into configure --- sw/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sw/Makefile') diff --git a/sw/Makefile b/sw/Makefile index 3225bc97e12c..c19100ee9a5b 100644 --- a/sw/Makefile +++ b/sw/Makefile @@ -25,10 +25,6 @@ # #************************************************************************* -ifneq ($(MAKE_VERSION),3.81) -$(error You need at least GNU Make 3.81!) -endif - ifeq ($(strip $(SOLARENV)),) $(error No environment set!) endif -- cgit