]> ocean-lang.org Git - ocean/commitdiff
indent_test: fix makefile
authorNeilBrown <neil@brown.name>
Mon, 5 Oct 2020 23:00:31 +0000 (10:00 +1100)
committerNeilBrown <neil@brown.name>
Mon, 5 Oct 2020 23:31:07 +0000 (10:31 +1100)
Maybe 'make' has changed a little to be less forgiving, but 'make itest'
isn't working now.  All of LDLIBS are included in the 'cc' line, but
there are no dependencies to make sure they have been built.

The problem is that I'm using LDLIBS for different programs which need
different libs.  This isn't such a good idea.
So change indent_test to use itestLDLIBS and itestCFLAGS.

Signed-off-by: NeilBrown <neil@brown.name>

No differences found