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:
Laurence Withers 2013-04-05 09:32:22 +00:00
parent dcb15f2081
commit 6b25293f35
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,8 @@
# isodate_BUILT
#
build_target libiso8601
if [ -z ${isodate_BUILT} ]
then
isodate="obj/isodate"

View File

@ -3,6 +3,8 @@
# setisodate_BUILT
#
build_target libiso8601
if [ -z ${setisodate_BUILT} ]
then
setisodate="obj/setisodate"