mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Added dependency tracking.
svn path=/trunk/; revision=14579
This commit is contained in:
parent
85197737c3
commit
0ba6cce82a
1 changed files with 3 additions and 1 deletions
|
@ -30,6 +30,8 @@ TARGET_CFLAGS = -Wall -Werror
|
|||
TARGET_OBJECTS = floppy.o csqrtns.o hardware.o readwrite.o ioctl.o
|
||||
TARGET_DDKLIBS = csq.a
|
||||
|
||||
DEP_OBJECTS = $(TARGET_OBJECTS)
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
include $(TOOLS_PATH)/helper.mk
|
||||
|
||||
include $(TOOLS_PATH)/depend.mk
|
||||
|
|
Loading…
Reference in a new issue