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 | acbb009ba0992ec4ad4c9848c0b0ac9ee81effa4 (patch) | |
tree | cf299a6c863a9ec4fb44a7e656446ccfd751cb8a /svtools/Makefile | |
parent | c240e18cddbef2bc3eda6210e02b9dc274b59728 (diff) |
gnumake2: move make 3.81 check into configure
Diffstat (limited to 'svtools/Makefile')
-rw-r--r-- | svtools/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/svtools/Makefile b/svtools/Makefile index 3225bc97e12c..c19100ee9a5b 100644 --- a/svtools/Makefile +++ b/svtools/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 |