Fix build system ordering
Make sure that the library is built before either of the isodate or setisodate apps, otherwise we end up with problems compiling from scratch.
This commit is contained in:
parent
dcb15f2081
commit
6b25293f35
|
@ -3,6 +3,8 @@
|
||||||
# isodate_BUILT
|
# isodate_BUILT
|
||||||
#
|
#
|
||||||
|
|
||||||
|
build_target libiso8601
|
||||||
|
|
||||||
if [ -z ${isodate_BUILT} ]
|
if [ -z ${isodate_BUILT} ]
|
||||||
then
|
then
|
||||||
isodate="obj/isodate"
|
isodate="obj/isodate"
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
# setisodate_BUILT
|
# setisodate_BUILT
|
||||||
#
|
#
|
||||||
|
|
||||||
|
build_target libiso8601
|
||||||
|
|
||||||
if [ -z ${setisodate_BUILT} ]
|
if [ -z ${setisodate_BUILT} ]
|
||||||
then
|
then
|
||||||
setisodate="obj/setisodate"
|
setisodate="obj/setisodate"
|
||||||
|
|
Loading…
Reference in New Issue