diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-27 18:00:59 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-27 18:00:59 +0000 |
commit | 9903524672dc375c5dad43e14f723dc8eb8c1d85 (patch) | |
tree | 0e470dbf060bf86d865a9cd3fa4dd0c8bb65346a /loader/Makefile | |
parent | 07ac270b046ee2918e6f94e7b1c8d99ce8fb287b (diff) | |
download | anaconda-9903524672dc375c5dad43e14f723dc8eb8c1d85.tar.gz anaconda-9903524672dc375c5dad43e14f723dc8eb8c1d85.tar.xz anaconda-9903524672dc375c5dad43e14f723dc8eb8c1d85.zip |
three jj patches
Diffstat (limited to 'loader/Makefile')
-rw-r--r-- | loader/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/Makefile b/loader/Makefile index 9e5194497..fb6f14365 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -39,7 +39,7 @@ BINS += loader endif ifeq (sparc, $(ARCH)) -BINS += loader +BINS += loader loader-local OBJS += stubs.o endif @@ -101,7 +101,7 @@ install: all loader: loader.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 \ |