diff components/cst @ 172:2c61607bb3e3

build system: pass ACI version for headers to the component recipes
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 12 Oct 2016 04:43:34 +0000
parents b65a942e49ce
children 21d128939204
line wrap: on
line diff
--- a/components/cst	Tue Oct 11 07:44:31 2016 +0000
+++ b/components/cst	Wed Oct 12 04:43:34 2016 +0000
@@ -18,7 +18,7 @@
 # Includes
 
 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include"
-CPPFLAGS="$CPPFLAGS -I$SRC/aci2/aci"
+CPPFLAGS="$CPPFLAGS -I$SRC/$ACI/aci"
 CPPFLAGS="$CPPFLAGS -I../../$CDGINC"
 CPPFLAGS="$CPPFLAGS -I$SRC/cs/os/nucleus"
 CPPFLAGS="$CPPFLAGS -I.."