@@ -256,8 +256,7 @@ LIBRARY_PATH := /usr/local/lib
256256endif
257257
258258CPPFLAGS += -DBINTOPKGLIBEXECDIR="\"$(shell sh tools/rel.sh $(bindir ) $(pkglibexecdir ) ) \""
259- CMNFLAGS = $(CDEBUGFLAGS ) $(COPTFLAGS ) -I $(CCANDIR ) $(EXTERNAL_INCLUDE_FLAGS ) -I . -I$(CPATH ) $(SQLITE3_CFLAGS ) $(POSTGRES_INCLUDE ) $(FEATURES ) $(COVFLAGS ) $(DEV_CFLAGS ) -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS $(PIE_CFLAGS ) $(COMPAT_CFLAGS ) -DBUILD_ELEMENTS=1
260- CFLAGS = $(CPPFLAGS ) $(CWARNFLAGS ) $(CMNFLAGS )
259+ CFLAGS = $(CPPFLAGS ) $(CWARNFLAGS ) $(CDEBUGFLAGS ) $(COPTFLAGS ) -I $(CCANDIR ) $(EXTERNAL_INCLUDE_FLAGS ) -I . -I$(CPATH ) $(SQLITE3_CFLAGS ) $(POSTGRES_INCLUDE ) $(FEATURES ) $(COVFLAGS ) $(DEV_CFLAGS ) -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS $(PIE_CFLAGS ) $(COMPAT_CFLAGS ) -DBUILD_ELEMENTS=1
261260
262261# If CFLAGS is already set in the environment of make (to whatever value, it
263262# does not matter) then it would export it to subprocesses with the above value
@@ -375,7 +374,6 @@ include devtools/Makefile
375374include tools/Makefile
376375include plugins/Makefile
377376include tests/plugins/Makefile
378- include contrib/remote_hsmd/Makefile
379377
380378ifneq ($(FUZZING ) ,0)
381379 include tests/fuzz/Makefile
@@ -424,8 +422,7 @@ PKGLIBEXEC_PROGRAMS = \
424422 lightningd/lightning_hsmd \
425423 lightningd/lightning_onchaind \
426424 lightningd/lightning_openingd \
427- lightningd/lightning_websocketd \
428- lightningd/remote_hsmd
425+ lightningd/lightning_websocketd
429426
430427# Don't delete these intermediaries.
431428.PRECIOUS : $(ALL_GEN_HEADERS ) $(ALL_GEN_SOURCES )
@@ -451,10 +448,6 @@ else
451448PYTEST_OPTS += -x
452449endif
453450
454- ifneq ($(PYTEST_MOREOPTS ) ,)
455- PYTEST_OPTS += $(PYTEST_MOREOPTS )
456- endif
457-
458451check-units :
459452
460453check : check-units installcheck check-protos pytest
0 commit comments