diff options
author | Bill Nottingham <notting@redhat.com> | 2000-06-19 06:16:26 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-06-19 06:16:26 +0000 |
commit | 082e73ffcdb0d21f19da13c30f123e035b431a3d (patch) | |
tree | 68fa60977fb655758a2eb42e2ad00a7c3dc48025 /utils | |
parent | 33688685b89b30ca2ee895c55145c6d2b413ec29 (diff) | |
download | anaconda-082e73ffcdb0d21f19da13c30f123e035b431a3d.tar.gz anaconda-082e73ffcdb0d21f19da13c30f123e035b431a3d.tar.xz anaconda-082e73ffcdb0d21f19da13c30f123e035b431a3d.zip |
never mind.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index 75dec9263..db41ef0c3 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -26,7 +26,8 @@ moddeps: moddeps.o ../isys/modutils/obj/libobj.a -lrpm -lrpmio -lbz2 -lz -lpopt genhdlist: genhdlist.c - $(CC) $(LDFLAGS) $(CFLAGS) -o genhdlist genhdlist.c -lrpm -lrpmio -lbz2 -lz -lpopt -ldb -ldb1 + $(CC) $(LDFLAGS) $(CFLAGS) -o genhdlist genhdlist.c -lrpm -lrpmio \ + -lbz2 -lz -lpopt -ldb-3.0 -ldb1 depends: |