Hack dependencies to get "touch foo.c;make install" to work
authorAlan T. DeKok <aland@freeradius.org>
Sat, 22 Sep 2012 07:32:32 +0000 (09:32 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 22 Sep 2012 07:52:52 +0000 (09:52 +0200)
commit444850844f258b6e75791b2a61eb2dd47538fbf0
tree6d443cfdede580abc6a2921d0b010faba32792c8
parent746b73eb9e030cfde3a7557b9383f5d9bf83d622
Hack dependencies to get "touch foo.c;make install" to work

the installed files depend on the "relink" versions, which have
the correct library paths in them.  The normal versions have the
in-source paths, to allow in-source execution.

The relink versions now have a dependency on the normal versions,
which causes the normal versions to get built, too.

We should probably change the "relink" target to "final", and
get rid of the ADD_LIBTOOL_PATH stuff.
scripts/libtool.mk