diff libtommath/Makefile.in @ 1889:fc4c9ef61856

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
author Matt Johnston <matt@ucc.asn.au>
date Tue, 22 Mar 2022 16:17:05 +0800
parents 1051e4eea25a
children
line wrap: on
line diff
--- a/libtommath/Makefile.in	Thu Feb 24 11:51:51 2022 +0800
+++ b/libtommath/Makefile.in	Tue Mar 22 16:17:05 2022 +0800
@@ -8,6 +8,7 @@
 # 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