# HG changeset patch # User Dan Winship # Date 1202231690 18000 # Node ID 1af16eb9cf6313f920c472c1ca3c5e5e9747714a # Parent 07a5bf8e7e6e72404beb87d7cdd04527dbb6ca97 s/import/yum/ diff -r 07a5bf8e7e6e -r 1af16eb9cf63 Makefile --- a/Makefile Tue Feb 05 12:02:53 2008 -0500 +++ b/Makefile Tue Feb 05 12:14:50 2008 -0500 @@ -3,7 +3,7 @@ all : razor test-driver -razor : razor.o import.o main.o rpm.o util.o +razor : razor.o yum.o main.o rpm.o util.o test-driver : razor.o util.o test-driver.o