summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-06-20 05:20:45 +0000
committerMatt Wilson <msw@redhat.com>2001-06-20 05:20:45 +0000
commit7a936da7b46eeaf09e73ab42c9b6fec6991357ce (patch)
treefd7717b3ea1c25d2925fa80f04b7e7608c687701 /utils
parent16f28dea4d517bbe1a7b043f5257c4be4087e8a9 (diff)
downloadanaconda-7a936da7b46eeaf09e73ab42c9b6fec6991357ce.tar.gz
anaconda-7a936da7b46eeaf09e73ab42c9b6fec6991357ce.tar.xz
anaconda-7a936da7b46eeaf09e73ab42c9b6fec6991357ce.zip
rpmdb isn't here yet
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 5e3e6bda5..d060ff0f1 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -25,10 +25,10 @@ moddeps: moddeps.o
$(LOADLIBES) \
../isys/modutils/insmod/libmodutils.a \
../isys/modutils/util/libutil.a \
- ../isys/modutils/obj/libobj.a -lrpm -lrpmdb -lrpmio -lbz2 -lz -lpopt
+ ../isys/modutils/obj/libobj.a -lrpm -lrpmio -lbz2 -lz -lpopt
genhdlist: genhdlist.c hash.c
- $(CC) $(LDFLAGS) $(CFLAGS) -o genhdlist genhdlist.c hash.c -lrpm -lrpmdb -lrpmio \
+ $(CC) $(LDFLAGS) $(CFLAGS) -o genhdlist genhdlist.c hash.c -lrpm -lrpmio \
-lbz2 -lz -lpopt
depends: