From ab405511d925f87d3a455909e8f567e02ebce03c Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sun, 29 Jul 2001 16:39:12 +0000 Subject: [PATCH] Fixed buggy 'install' rule. svn path=/trunk/; revision=2117 --- reactos/drivers/fs/ms/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reactos/drivers/fs/ms/Makefile b/reactos/drivers/fs/ms/Makefile index 7f0ef75bf03..9d93ae39ac9 100644 --- a/reactos/drivers/fs/ms/Makefile +++ b/reactos/drivers/fs/ms/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 2001/07/24 16:31:17 ekohl Exp $ +# $Id: Makefile,v 1.6 2001/07/29 16:39:12 ekohl Exp $ # # Mailslot File System # @@ -21,6 +21,8 @@ clean: .phony: clean +install: $(FLOPPY_DIR)/drivers/$(TARGET).sys + $(FLOPPY_DIR)/drivers/$(TARGET).sys: $(TARGET).sys $(CP) $(TARGET).sys $(FLOPPY_DIR)/drivers/$(TARGET).sys