# HG changeset patch # User Dan Winship # Date 1202319469 18000 # Node ID 812340a13ec21dd097429a95fdbae31e1b0385ce # Parent 1af16eb9cf6313f920c472c1ca3c5e5e9747714a fix dependencies diff -r 1af16eb9cf63 -r 812340a13ec2 Makefile --- a/Makefile Tue Feb 05 12:14:50 2008 -0500 +++ b/Makefile Wed Feb 06 12:37:49 2008 -0500 @@ -5,6 +5,8 @@ razor : razor.o yum.o main.o rpm.o util.o +*.o : razor.h razor-internal.h + test-driver : razor.o util.o test-driver.o test : test-driver