summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6c17078..b5c1d4e 100644
--- a/Makefile
+++ b/Makefile
@@ -1317,7 +1317,7 @@ ifneq ($(CBF_USE_ULP),)
endif
-cp $(CBF_PREFIX)/bin/batch_convert_minicbf.sh $(CBF_PREFIX)/bin/batch_convert_minicbf_old.sh
cp $(EXAMPLES)/batch_convert_minicbf.sh $(CBF_PREFIX)/bin/batch_convert_minicbf.sh
-ifneq ($(CBFLIB_DONT_USE_PYCIFRW),yes)
+ifneq ($(CBFLIB_DONT_USE_PY3CIFRW),yes)
cp $(SRC)/drel_lex.py $(CBF_PREFIX)/bin/drel_lex.py
cp $(SRC)/drel_yacc.py $(CBF_PREFIX)/bin/drel_yacc.py
cp $(SRC)/drelc.py $(CBF_PREFIX)/bin/drelc.py