2011-02-01 04:58:53 +00:00
|
|
|
diff -aurp open-iscsi-2.0-872-rc4-bnx2i/usr/Makefile open-iscsi-2.0-872-rc4-bnx2i.work/usr/Makefile
|
|
|
|
--- open-iscsi-2.0-872-rc4-bnx2i/usr/Makefile 2011-01-31 06:23:53.000000000 -0600
|
|
|
|
+++ open-iscsi-2.0-872-rc4-bnx2i.work/usr/Makefile 2011-01-31 06:23:14.000000000 -0600
|
|
|
|
@@ -61,7 +61,7 @@ iscsiadm: $(ISCSI_LIB_SRCS) $(DISCOVERY_
|
2010-06-18 23:17:31 +00:00
|
|
|
|
2011-02-01 04:58:53 +00:00
|
|
|
iscsistart: $(ISCSI_LIB_SRCS) $(INITIATOR_SRCS) $(FW_BOOT_SRCS) \
|
2010-06-18 23:17:31 +00:00
|
|
|
iscsistart.o statics.o
|
|
|
|
- $(CC) $(CFLAGS) -static $^ -o $@
|
|
|
|
+ $(CC) $(CFLAGS) $^ -o $@
|
|
|
|
clean:
|
|
|
|
rm -f *.o $(PROGRAMS) .depend $(LIBSYS)
|
|
|
|
|