Whamcloud - gitweb
Fix osc Makefile to link ll_pack.c (module osc.o should not depend on ost.o).
authoruid34591 <uid34591>
Fri, 5 Jul 2002 21:23:03 +0000 (21:23 +0000)
committeruid34591 <uid34591>
Fri, 5 Jul 2002 21:23:03 +0000 (21:23 +0000)
Remove old cruft.

lustre/osc/Makefile.am

index 769b5dd..4fd645b 100644 (file)
@@ -10,7 +10,7 @@ modulefs_DATA = osc.o
 EXTRA_PROGRAMS = osc
 
 LINX= obd_pack.c ll_pack.c
-osc_SOURCES =  obd_pack.c osc_request.c # super.c rw.c file.c dir.c sysctl.c super.c namei.c symlink.c
+osc_SOURCES = osc_request.c $(LINX)
 
 obd_pack.c: 
        test -e obd_pack.c || ln -sf $(top_srcdir)/lib/obd_pack.c