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
2 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
# isodate_BUILT
|
||||
#
|
||||
|
||||
build_target libiso8601
|
||||
|
||||
if [ -z ${isodate_BUILT} ]
|
||||
then
|
||||
isodate="obj/isodate"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@
|
|||
# setisodate_BUILT
|
||||
#
|
||||
|
||||
build_target libiso8601
|
||||
|
||||
if [ -z ${setisodate_BUILT} ]
|
||||
then
|
||||
setisodate="obj/setisodate"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue