mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-11 01:54:25 +01:00
makefiles: fix quotation of BINTOPKGLIBEXECDIR macro
This commit is contained in:
committed by
Rusty Russell
parent
011a4bcd83
commit
cbf240e110
2
Makefile
2
Makefile
@@ -188,7 +188,7 @@ WIRE_GEN := tools/generate-wire.py
|
||||
|
||||
ALL_PROGRAMS =
|
||||
|
||||
CPPFLAGS = -DBINTOPKGLIBEXECDIR='"'$(shell sh tools/rel.sh $(bindir) $(pkglibexecdir))'"'
|
||||
CPPFLAGS = -DBINTOPKGLIBEXECDIR="\"$(shell sh tools/rel.sh $(bindir) $(pkglibexecdir))\""
|
||||
CFLAGS = $(CPPFLAGS) $(CWARNFLAGS) $(CDEBUGFLAGS) $(COPTFLAGS) -I $(CCANDIR) $(EXTERNAL_INCLUDE_FLAGS) -I . -I/usr/local/include $(FEATURES) $(COVFLAGS) $(DEV_CFLAGS) -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS $(PIE_CFLAGS) $(COMPAT_CFLAGS)
|
||||
|
||||
# We can get configurator to run a different compile cmd to cross-configure.
|
||||
|
||||
Reference in New Issue
Block a user