From d896ecd9e39bbb73576548c420aa0d2d21e8e010 Mon Sep 17 00:00:00 2001 From: Arnaud Diederen Date: Fri, 8 Jan 2016 13:07:06 +0100 Subject: [PATCH] Fix copying of python.cfg -> ../../bin/cfg/ --- makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/makefile b/makefile index 4f914cd..23e9d8f 100644 --- a/makefile +++ b/makefile @@ -84,7 +84,6 @@ ifeq ($(OUT_OF_TREE_BUILD),) DEPLOY_INIT_PY=$(SCRIPTDIR)/init.py DEPLOY_IDC_PY=$(SCRIPTDIR)/idc.py DEPLOY_IDAUTILS_PY=$(SCRIPTDIR)/idautils.py - DEPLOY_PYTHON_CFG=$(C)python.cfg TEST_IDC=test_idc else SCRIPTDIR=python @@ -166,7 +165,7 @@ $(SCRIPTDIR)/lib/%: precompiled/lib/% cp $< $@ @chmod +w $@ -$(DEPLOY_PYTHON_CFG): $(CFGFILE) +$(C)python.cfg: $(CFGFILE) $(CP) $? $@ $(R)$(PYTHONLIBNAME): $(PYDIR)/$(PYTHONLIBNAME)