diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-11-16 22:05:16 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-11-16 22:05:16 +0000 |
commit | 71bd7ddb8f91fd99009c626e05c218fc6fb28d51 (patch) | |
tree | fb3794dcb98eb7fd4edffed2a3576732866302b6 | |
parent | b70f42c0d2d62907f55896f71835192d5e1e21b4 (diff) | |
download | anaconda-71bd7ddb8f91fd99009c626e05c218fc6fb28d51.tar.gz anaconda-71bd7ddb8f91fd99009c626e05c218fc6fb28d51.tar.xz anaconda-71bd7ddb8f91fd99009c626e05c218fc6fb28d51.zip |
let's kill this before ewt removes the files :)
-rw-r--r-- | loader/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/loader/Makefile b/loader/Makefile index 3658a866a..4315a1d02 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -153,7 +153,6 @@ loader: loader.o $(OBJS) $(NETOBJS) loader-local: loader-local.o $(OBJS) $(CC) -g $(STATIC) -o $@ $^ -lpopt \ - -L /home/ewt/rpmdir/BUILD/kudzu-0.99.23 \ -lkudzu_loader $(ISYS) ../balkan/libbalkan.a \ $(MODULELINKAGE) $(GUNZIP) \ -L ../stubs -lz -lnewt $(SLANGLIB) $(LOADERLIBS) |