diff options
author | Erik Troan <ewt@redhat.com> | 2001-03-14 16:00:35 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2001-03-14 16:00:35 +0000 |
commit | 53558095d35a111ee4dc0214c712fe37a0cb3610 (patch) | |
tree | d14e6e86709cd6b9d5a63adf9be4cc845ab01d7c /isys/Makefile | |
parent | c17c178b1f1445cd0786a6700e855a67d3087666 (diff) | |
download | anaconda-53558095d35a111ee4dc0214c712fe37a0cb3610.tar.gz anaconda-53558095d35a111ee4dc0214c712fe37a0cb3610.tar.xz anaconda-53558095d35a111ee4dc0214c712fe37a0cb3610.zip |
don't need -I ../pump anymore
Diffstat (limited to 'isys/Makefile')
-rw-r--r-- | isys/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/Makefile b/isys/Makefile index 285f9b538..588cf937f 100644 --- a/isys/Makefile +++ b/isys/Makefile @@ -9,7 +9,7 @@ OBJECTS = nfsmount.o dns.o nfsmount_clnt.o nfsmount_xdr.o imount.o \ lang.o isofs.o SOURCES = $(patsubst %.o,%.c,$(OBJECTS)) isys.c STATICOBJS = otherinsmod.o -LOADLIBES = -lbz2 -lresolv -lz -lpci -lpopt -L../pump -lpump -lext2fs +LOADLIBES = -lbz2 -lresolv -lz -lpci -lpopt -lpump -lext2fs PYMODULES = _isys.so SUBDIRS = modutils |