diff options
author | Matt Wilson <msw@redhat.com> | 2000-06-19 16:33:41 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-06-19 16:33:41 +0000 |
commit | 1bc9b92471f941388f10f2703868ff816073f9df (patch) | |
tree | cd13afacd2bb44e0cdbc456a677dfc731edc872e | |
parent | f232e21254e3411723ba1cbe6f3b1cb5a64f25c0 (diff) | |
download | anaconda-1bc9b92471f941388f10f2703868ff816073f9df.tar.gz anaconda-1bc9b92471f941388f10f2703868ff816073f9df.tar.xz anaconda-1bc9b92471f941388f10f2703868ff816073f9df.zip |
fix linking
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index db41ef0c3..677ab31c7 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -27,7 +27,7 @@ moddeps: moddeps.o genhdlist: genhdlist.c $(CC) $(LDFLAGS) $(CFLAGS) -o genhdlist genhdlist.c -lrpm -lrpmio \ - -lbz2 -lz -lpopt -ldb-3.0 -ldb1 + -lbz2 -lz -lpopt -ldb-3.1 -ldb1 depends: |