diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-09 16:45:59 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-09 16:45:59 +0000 |
commit | cea67a8117cef5debbce981a3c68357e9b841dbd (patch) | |
tree | 50e4dc8eab8741c6c763737a6a33c94b4f136966 /loader | |
parent | ab7161f529ac38244983a2486424bf5b980b245c (diff) | |
download | anaconda-cea67a8117cef5debbce981a3c68357e9b841dbd.tar.gz anaconda-cea67a8117cef5debbce981a3c68357e9b841dbd.tar.xz anaconda-cea67a8117cef5debbce981a3c68357e9b841dbd.zip |
use smaller kudzu
Diffstat (limited to 'loader')
-rw-r--r-- | loader/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/Makefile b/loader/Makefile index 82d8ed1d9..5a1e16204 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -68,7 +68,7 @@ loader-local: loader-local.o $(OBJS) loader-network: loader-net.o $(OBJS) $(NETOBJS) $(CC) -g $(STATIC) -o $@ $^ -lpopt \ - ../kudzu/libkudzu.a ../isys/libisys.a ../balkan/libbalkan.a \ + ../kudzu/libkudzu_loader.a ../isys/libisys.a ../balkan/libbalkan.a \ ../isys/modutils/insmod/libmodutils.a \ ../isys/modutils/util/libutil.a \ ../isys/modutils/obj/libobj.a \ |