summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-12-17 04:56:02 +0000
committerJeremy Katz <katzj@redhat.com>2003-12-17 04:56:02 +0000
commit7e84382a8c7273f0476d33a29b79cb6b684753fc (patch)
treed38a5b9112a0f17a32697927b81dd1fd5707398a /utils
parentb36b749bfc2926433575d497aa31ef7c1105a277 (diff)
downloadanaconda-7e84382a8c7273f0476d33a29b79cb6b684753fc.tar.gz
anaconda-7e84382a8c7273f0476d33a29b79cb6b684753fc.tar.xz
anaconda-7e84382a8c7273f0476d33a29b79cb6b684753fc.zip
no more modutils-devel
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/utils/Makefile b/utils/Makefile
index bf81bd2b2..eb2283017 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -34,9 +34,7 @@ moduledeps.o: $(LOADERDIR)/moduledeps.c
moddeps: moddeps.o moduledeps.o
$(CC) $(LDFLAGS) -o moddeps moddeps.o moduledeps.o \
- $(LOADLIBES) -lresolv \
- -lmodutils -lmodutilobj -lmodutilutil \
- -lpopt -lbz2
+ $(LOADLIBES) -lresolv -lpopt -lbz2
md5.o: md5.c md5.h
gcc -c -O -g md5.c