From dd295326db267654e27f0462f063c0442a9548f3 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Thu, 14 Feb 2008 20:15:26 +0000 Subject: [PATCH] Allows SCSI second level to use block: protocol --- libstream/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstream/Makefile b/libstream/Makefile index 06741d4..54096fd 100644 --- a/libstream/Makefile +++ b/libstream/Makefile @@ -28,7 +28,7 @@ all: $(LIBRARIES) scsi/libstream.a:: test -e scsi || mkdir scsi $(MAKE) -C scsi -f $(TOP)/Makefile TOP=$(TOP) LIBRARY=libstream.a CPPFLAGS="$(CPPFLAGS) \ - $(SCSI_FLAGS) $(CONTAINER_FLAGS) $(ISO9660_FLAGS) $(MAP_FLAGS)" \ + $(SCSI_FLAGS) $(CONTAINER_FLAGS) $(BLOCK_FLAGS) $(ISO9660_FLAGS) $(MAP_FLAGS)" \ libstream.a floppy/libstream.a::