From 2682dc4228033322498aaf71b24f419eeda13ede Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sat, 2 May 2015 11:43:58 +1200 Subject: [PATCH] Move native deps script into thirdparty to avoid confusion. --- Makefile | 2 +- configure => thirdparty/configure-native-deps.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename configure => thirdparty/configure-native-deps.sh (100%) diff --git a/Makefile b/Makefile index 0e1507f8c0..eb80a08d0b 100644 --- a/Makefile +++ b/Makefile @@ -302,7 +302,7 @@ cli-dependencies: @ $(CP_R) thirdparty/*.dll.config . native-dependencies: - @./configure + @./thirdparty/configure-native-deps.sh version: mods/ra/mod.yaml mods/cnc/mod.yaml mods/d2k/mod.yaml mods/modchooser/mod.yaml @for i in $? ; do \ diff --git a/configure b/thirdparty/configure-native-deps.sh similarity index 100% rename from configure rename to thirdparty/configure-native-deps.sh