mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 11:59:16 +01:00
makefiles: fix quotation of BINTOPKGLIBEXECDIR macro
This commit is contained in:
parent
011a4bcd83
commit
cbf240e110
1 changed files with 1 additions and 1 deletions
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue