mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Removed dependancy tracking.
svn path=/trunk/; revision=3869
This commit is contained in:
parent
1ff8dc116a
commit
a7be665092
1 changed files with 1 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile,v 1.30 2002/12/09 20:11:56 hbirr Exp $
|
# $Id: Makefile,v 1.31 2002/12/10 19:09:26 hbirr Exp $
|
||||||
|
|
||||||
PATH_TO_TOP = ../..
|
PATH_TO_TOP = ../..
|
||||||
|
|
||||||
|
@ -506,7 +506,4 @@ $(TARGET_NAME).o: $(OBJECTS)
|
||||||
$(LD) -r $(OBJECTS) -o $(TARGET_NAME).o
|
$(LD) -r $(OBJECTS) -o $(TARGET_NAME).o
|
||||||
|
|
||||||
|
|
||||||
DEP_OBJECTS := $(OBJECTS)
|
|
||||||
include $(PATH_TO_TOP)/tools/depend.mk
|
|
||||||
|
|
||||||
# EOF
|
# EOF
|
||||||
|
|
Loading…
Reference in a new issue