From 53558095d35a111ee4dc0214c712fe37a0cb3610 Mon Sep 17 00:00:00 2001 From: Erik Troan Date: Wed, 14 Mar 2001 16:00:35 +0000 Subject: don't need -I ../pump anymore --- isys/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isys/Makefile') 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 -- cgit