From 9527b55f35126f5a27e2371047088cc230921839 Mon Sep 17 00:00:00 2001 From: tqchen Date: Sun, 19 Apr 2015 00:05:56 -0700 Subject: [PATCH] fix makefile --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 2af8932ca..a265abb9c 100644 --- a/Makefile +++ b/Makefile @@ -99,10 +99,8 @@ Rpack: cp -r src xgboost/src/src mkdir xgboost/src/subtree mkdir xgboost/src/subtree/rabit - mkdir xgboost/src/subtree/rabit/rabit-learn cp -r subtree/rabit/include xgboost/src/subtree/rabit/include cp -r subtree/rabit/src xgboost/src/subtree/rabit/src - cp -r subtree/rabit/rabit-learn/io xgboost/src/subtree/rabit/rabit-learn/io rm -rf xgboost/src/subtree/rabit/src/*.o mkdir xgboost/src/wrapper cp wrapper/xgboost_wrapper.h xgboost/src/wrapper