mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
plugins/test/Makefile: fix typo causing build race.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -4,7 +4,7 @@ PLUGIN_TEST_SRC := $(wildcard plugins/test/run-*.c)
|
||||
PLUGIN_TEST_OBJS := $(PLUGIN_TEST_SRC:.c=.o)
|
||||
PLUGIN_TEST_PROGRAMS := $(PLUGIN_TEST_OBJS:.o=)
|
||||
|
||||
ALL_C_SOURCES += $(PLUGIN__TEST_SRC)
|
||||
ALL_C_SOURCES += $(PLUGIN_TEST_SRC)
|
||||
ALL_TEST_PROGRAMS += $(PLUGIN_TEST_PROGRAMS)
|
||||
|
||||
PLUGIN_TEST_COMMON_OBJS := \
|
||||
|
||||
Reference in New Issue
Block a user