Force ordering in configure script
To prevent using macros before they are defined, enfoce calling them in an appropriate order. Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
parent
e9e971fa8c
commit
42f981918d
2
configure
vendored
2
configure
vendored
@ -7,7 +7,7 @@
|
||||
SCRIPTPATH=`dirname $0`
|
||||
SCRIPTPATH=`realpath $SCRIPTPATH`
|
||||
|
||||
CONFIG_FILES=`ls $SCRIPTPATH/configure.d/*.conf`
|
||||
CONFIG_FILES=`ls $SCRIPTPATH/configure.d/*.conf | sort`
|
||||
|
||||
rm -f $SCRIPTPATH/modules/generated_defines.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user