diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-09 20:05:33 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-09 20:05:33 +0000 |
commit | df77c6a7e33ea536a10122260b0cc5e99ca431ea (patch) | |
tree | 6a66b9e566ec8e270cdfc6b4afd093f85d267fd2 /utils | |
parent | c7881a5cc7450515d46363d151c459647663943c (diff) | |
download | anaconda-df77c6a7e33ea536a10122260b0cc5e99ca431ea.tar.gz anaconda-df77c6a7e33ea536a10122260b0cc5e99ca431ea.tar.xz anaconda-df77c6a7e33ea536a10122260b0cc5e99ca431ea.zip |
fixed up
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 64d9f3c74..d48735e4a 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -5,7 +5,8 @@ LDFLAGS = -g all: modlist moddeps moddeps: moddeps.o - $(CC) $(LDFLAGS) -o moddeps moddeps.o ../loader/modules.o $(LOADLIBES) \ + $(CC) $(LDFLAGS) -o moddeps moddeps.o ../loader/modules.o \ + ../loader/log.o $(LOADLIBES) \ ../isys/modutils/insmod/libmodutils.a \ ../isys/modutils/util/libutil.a \ ../isys/modutils/obj/libobj.a -lrpm -lbz2 -lz |