mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fixed buggy 'install' rule.
svn path=/trunk/; revision=2117
This commit is contained in:
parent
4ae9a4b859
commit
ab405511d9
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue