From f536f16a95aa2ae803138dc9a681503e2c9e43c9 Mon Sep 17 00:00:00 2001 From: follower Date: Fri, 2 Nov 2007 11:02:08 +0000 Subject: [PATCH] Fix directory reference. git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@24 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b --- branches/follower/wiz810mj/src/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branches/follower/wiz810mj/src/lib/Makefile b/branches/follower/wiz810mj/src/lib/Makefile index f4cf841..52bf373 100644 --- a/branches/follower/wiz810mj/src/lib/Makefile +++ b/branches/follower/wiz810mj/src/lib/Makefile @@ -63,7 +63,7 @@ serial.o: ../mcu/serial.c main.o: ../main/main.c $(CC) $(INCLUDES) $(CFLAGS) -c $< -socket.o: ../iinchip/socket.c +socket.o: socket.c $(CC) $(INCLUDES) $(CFLAGS) -c $< w5100.o: ../iinchip/w5100.c