mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
Split CPPFLAGS and CFLAGS more carefully
This has no change to the build, but makes it easier to try other build tools that only want CPPFLAGS
This commit is contained in:
@@ -8,6 +8,7 @@ srcdir=@srcdir@
|
||||
# So that libtommath can include Dropbear headers for options and m_burn()
|
||||
CFLAGS += -I$(srcdir) -I../libtomcrypt/src/headers/ -I$(srcdir)/../libtomcrypt/src/headers/ -I../ -I$(srcdir)/../
|
||||
CFLAGS += -Wno-deprecated
|
||||
CFLAGS += $(CPPFLAGS)
|
||||
|
||||
V = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user