From 7b91f0c3fba8ad4d32b8b66ef8199f15010a6fff Mon Sep 17 00:00:00 2001 From: Art Yerkes Date: Thu, 30 Sep 2004 16:30:43 +0000 Subject: [PATCH] Fixed makefile. Wrong name for ip.a svn path=/trunk/; revision=11132 --- reactos/drivers/net/tcpip/makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/reactos/drivers/net/tcpip/makefile b/reactos/drivers/net/tcpip/makefile index b4c062c3c10..fb89e6252f9 100644 --- a/reactos/drivers/net/tcpip/makefile +++ b/reactos/drivers/net/tcpip/makefile @@ -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