mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Fixed makefile. Wrong name for ip.a
svn path=/trunk/; revision=11132
This commit is contained in:
parent
c831dac0e0
commit
7b91f0c3fb
1 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: makefile,v 1.23 2004/09/30 05:44:10 arty Exp $
|
||||
# $Id: makefile,v 1.24 2004/09/30 16:30:43 arty Exp $
|
||||
|
||||
PATH_TO_TOP = ../../..
|
||||
|
||||
|
@ -41,9 +41,10 @@ TARGET_OBJECTS = \
|
|||
$(INFO_OBJECTS) \
|
||||
$(DATALINK_OBJECTS)
|
||||
|
||||
preall: all
|
||||
preall: $(PATH_TO_TOP)/dk/w32/lib/ip.a
|
||||
$(MAKE) all
|
||||
|
||||
$(PATH_TO_TOP)/dk/w32/lib/ipkernel.a:
|
||||
$(PATH_TO_TOP)/dk/w32/lib/ip.a:
|
||||
$(MAKE) -C $(PATH_TO_TOP)/drivers/lib/ip
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
|
Loading…
Reference in a new issue