one more related cleanup piece

Index: config/dir.mk
===================================================================
--- config/dir.mk       (revision 13444)
+++ config/dir.mk       (working copy)
@@ -10,11 +10,6 @@
 ifeq ($(HB_HOST_PLAT),dos)
    # do not use rules for parallel processing in DOS
    JOB_SRV := NO
-else
-   # these make versions does not work correctly with
-   # parallel execution rules below
-   JOB_SRV := $(MAKE_VERSION:3.7%=NO)
-   JOB_SRV := $(JOB_SRV:3.80%=NO)
 endif
 
 ifeq ($(JOB_SRV),NO)

-- 
[-]

mkdir /nonexistent
Index: config/dir.mk
===================================================================
--- config/dir.mk	(revision 13444)
+++ config/dir.mk	(working copy)
@@ -10,11 +10,6 @@
 ifeq ($(HB_HOST_PLAT),dos)
    # do not use rules for parallel processing in DOS
    JOB_SRV := NO
-else
-   # these make versions does not work correctly with
-   # parallel execution rules below
-   JOB_SRV := $(MAKE_VERSION:3.7%=NO)
-   JOB_SRV := $(JOB_SRV:3.80%=NO)
 endif
 
 ifeq ($(JOB_SRV),NO)
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to