Fixed buggy 'install' rule.

svn path=/trunk/; revision=2117
This commit is contained in:
Eric Kohl 2001-07-29 16:39:12 +00:00
parent 4ae9a4b859
commit ab405511d9

View file

@ -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