mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Fixed buggy 'install' rule.
svn path=/trunk/; revision=2117
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user