You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
296 B
12 lines
296 B
14 years ago
|
--- open-iscsi-2.0-872.orig/Makefile
|
||
|
+++ open-iscsi-2.0-872/Makefile
|
||
|
@@ -27,7 +27,7 @@ IFACEFILES = etc/iface.example
|
||
|
all: user kernel
|
||
|
|
||
|
user: ;
|
||
|
- cd utils/open-isns; ./configure; $(MAKE)
|
||
|
+ cd utils/open-isns; $(MAKE)
|
||
|
$(MAKE) -C utils/sysdeps
|
||
|
$(MAKE) -C utils/fwparam_ibft
|
||
|
$(MAKE) -C usr
|