summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-03-01 21:14:19 +0000
committerMatt Wilson <msw@redhat.com>2000-03-01 21:14:19 +0000
commitfe82af1f5a747d9b2a8ebb606d71455e45dfd355 (patch)
tree8a6a7130e40b6a2c2713abcb5e8eae20b6ea284d /utils
parent8dceaf5b3b9e8c79f7bbefffe848cb6501c9c80c (diff)
downloadanaconda-fe82af1f5a747d9b2a8ebb606d71455e45dfd355.tar.gz
anaconda-fe82af1f5a747d9b2a8ebb606d71455e45dfd355.tar.xz
anaconda-fe82af1f5a747d9b2a8ebb606d71455e45dfd355.zip
fix target
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 60d4f763b..608273b2f 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -12,7 +12,7 @@ moddeps: moddeps.o
../isys/modutils/obj/libobj.a -lrpm -lbz2 -lz -lpopt
genhdlist: genhdlist.c
- $(CC) -I/usr/include/rpm $(LDFLAGS) -o genhdlist genhdlist.c -lrpm -lbz2 -static -lz -lpopt
+ $(CC) -I/usr/include/rpm $(LDFLAGS) -o genhdlist genhdlist.c -lrpm -lbz2 -static -lz -lpopt -ldb
install: all
mkdir -p $(DESTDIR)/usr/bin