diff options
author | Matt Wilson <msw@redhat.com> | 2000-05-30 18:18:23 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-05-30 18:18:23 +0000 |
commit | 4b6445eea9c485db969e110beff0ab212b7da811 (patch) | |
tree | 89b186434aaf0f7a56c3c40c54ebd9089165dcc3 /utils/Makefile | |
parent | d8bf3c913fb480ce8d46e0df780afcea86803160 (diff) | |
download | anaconda-4b6445eea9c485db969e110beff0ab212b7da811.tar.gz anaconda-4b6445eea9c485db969e110beff0ab212b7da811.tar.xz anaconda-4b6445eea9c485db969e110beff0ab212b7da811.zip |
fix linkings, use right calls for rpmio
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index f957d04cc..9632a3396 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -29,7 +29,7 @@ moddeps: moddeps.o ../isys/modutils/obj/libobj.a -lrpm -lbz2 -lz -lpopt genhdlist: genhdlist.c - $(CC) $(LDFLAGS) $(CFLAGS) -o genhdlist genhdlist.c -lrpm -lbz2 -lz -lpopt -ldb + $(CC) $(LDFLAGS) $(CFLAGS) -o genhdlist genhdlist.c -lrpm -lbz2 -lz -lpopt -ldb-3.0 depends: |