Move TOP_INCDIR/des dependency to prelude
authorAndrew Deason <adeason@sinenomine.net>
Thu, 24 Dec 2009 18:32:14 +0000 (13:32 -0500)
committerDerrick Brashear <shadow|account-1000005@unknown>
Mon, 28 Dec 2009 15:40:34 +0000 (07:40 -0800)
commit9f1c90a6e0004bda153e9e077dc68381b2beec13
treee4e8b4905a348008ac6254f55d7f5cbaadfb8879
parent1f23ff72e9d0b555c44dca90a92c6379e5d52f3a
Move TOP_INCDIR/des dependency to prelude

Make TOP_INCDIR/des a dependency of the 'prelude' target, not all of the
'dest'-ish targets. Without this, things like 'make tviced' fail since
we never create the TOP_INCDIR/des directory, but 'des' needs to copy
headers into there.

Also, remove the other redundant INCDIR/LIBDIR deps in the 'dest'-y
targets, and put them in 'prelude'.

Change-Id: I1beb1a0c8b93a7bf17af71792ab38590d03c9976
Reviewed-on: http://gerrit.openafs.org/1027
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
Makefile.in