mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 05:37:55 +00:00
Remove errant line-continuation character
This commit is contained in:
parent
f69d29b15f
commit
122eb8837b
2
Makefile
2
Makefile
@ -122,7 +122,7 @@ SWIG_OBJS = $(addsuffix /object_$(TRICK_HOST_CPU)/*.o ,$(SWIG_DIRS))
|
|||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
UNIT_TEST_DIRS := \
|
UNIT_TEST_DIRS := \
|
||||||
$(wildcard ${TRICK_HOME}/trick_source/sim_services/*/test) \
|
$(wildcard ${TRICK_HOME}/trick_source/sim_services/*/test) \
|
||||||
$(wildcard ${TRICK_HOME}/trick_source/trick_utils/*/test) \
|
$(wildcard ${TRICK_HOME}/trick_source/trick_utils/*/test)
|
||||||
ifeq ($(USE_ER7_UTILS), 0)
|
ifeq ($(USE_ER7_UTILS), 0)
|
||||||
UNIT_TEST_DIRS := $(filter-out %Integrator/test,$(UNIT_TEST_DIRS))
|
UNIT_TEST_DIRS := $(filter-out %Integrator/test,$(UNIT_TEST_DIRS))
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user