From abbc08ce1556bdc6192fde7e9668c397cbd08827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Sun, 6 Apr 2003 13:10:21 +0000 Subject: [PATCH] Moved MSVCRT setjmp.o svn path=/trunk/; revision=4511 --- reactos/lib/crtdll/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/lib/crtdll/makefile b/reactos/lib/crtdll/makefile index b771c62ef63..b859bb3e2f7 100644 --- a/reactos/lib/crtdll/makefile +++ b/reactos/lib/crtdll/makefile @@ -1,4 +1,4 @@ -# $Id: makefile,v 1.52 2002/12/09 20:09:24 hbirr Exp $ +# $Id: makefile,v 1.53 2003/04/06 13:10:21 gvg Exp $ PATH_TO_TOP = ../.. @@ -285,7 +285,7 @@ SEARCH_OBJECTS = \ $(PATH_TO_MSVCRT)/search/lsearch.o SETJMP_OBJECTS = \ - $(PATH_TO_MSVCRT)/setjmp/setjmp.o + $(PATH_TO_MSVCRT)/setjmp/i386/setjmp.o SIGNAL_OBJECTS = \ signal/xcptfil.o \