diff options
author | Rene Engelhard <rene@openoffice.org> | 2010-09-02 15:13:41 +0200 |
---|---|---|
committer | Rene Engelhard <rene@openoffice.org> | 2010-09-02 15:13:41 +0200 |
commit | e02ccd1ae444b8bd21e963adc9f368c462fc3609 (patch) | |
tree | d5e710010b303af96d6742e24f98df5a58a3e517 /sfx2/Makefile | |
parent | 983a7032177ecb7b67cf6b5e14c97e03f106bf23 (diff) |
gnumake2: move make 3.81 check into configure
Diffstat (limited to 'sfx2/Makefile')
-rw-r--r-- | sfx2/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sfx2/Makefile b/sfx2/Makefile index 3225bc97e12c..c19100ee9a5b 100644 --- a/sfx2/Makefile +++ b/sfx2/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 |