From: Dan Winship Date: Wed, 6 Feb 2008 17:37:49 +0000 (-0500) Subject: fix dependencies X-Git-Tag: 0.1~248 X-Git-Url: http://project.juiblex.co.uk/git/?a=commitdiff_plain;h=f8e5051f41bca102fd05695afc837f1b391a4397;p=razor.git fix dependencies --- diff --git a/Makefile b/Makefile index a3ddb34..b7e4e38 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,8 @@ all : razor test-driver 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