Merge pull request #30 from mmichal10/dependencies-in-configure

Force ordering in configure script
This commit is contained in:
Michal Rakowski 2019-06-03 15:05:07 +02:00 committed by GitHub
commit ed2bc8712f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
34 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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