make: Remove trailing space

This commit is contained in:
Mizux Seiha
2020-07-06 17:26:12 +02:00
parent 52066bcded
commit bbc2912eb2

View File

@@ -812,7 +812,7 @@ endif
$(SCIP_SRCDIR): | dependencies/sources
-$(DELREC) $(SCIP_SRCDIR)
tar xvzf dependencies/archives/scip-$(SCIP_TAG).tgz -C dependencies/sources
tar xvzf dependencies/archives/scip-$(SCIP_TAG).tgz -C dependencies/sources
cp dependencies/sources/scip-$(SCIP_TAG)/src/lpi/lpi_glop.cpp ortools/linear_solver/lpi_glop.cc
SCIP_INC = -I"$(OR_TOOLS_TOP)"/dependencies/install/include -DUSE_SCIP -DNO_CONFIG_HEADER