Add some missing dependencies in the Makefile
commit470804edd6bdc8eacf2d29adfd046ed26e59597c
authorJosh Triplett <josh@freedesktop.org>
Mon, 30 Jul 2007 07:04:25 +0000 (30 00:04 -0700)
committerJosh Triplett <josh@freedesktop.org>
Mon, 30 Jul 2007 07:04:25 +0000 (30 00:04 -0700)
tree776be0eb001682e1951325900b3720706f997e3b
parentb5a8032aaeaf2121a642ead32653d4288fa2983d
Add some missing dependencies in the Makefile

ptrlist.o didn't depend on $(LIB_H); in particular, it didn't depend on
compat.h, which manifested in "bad allocation size" errors when changing the
chunk size in compat.h and running "make" without "make clean".

test-unssa.o also didn't depend on $(LIB_H).

Signed-off-by: Josh Triplett <josh@freedesktop.org>
Makefile