X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=posix%2FMakefile;h=99e48e16668c9ac3c635c2f0c60839e6c22e3399;hp=3458d47d2181a49a988b1802ee3ab775c34e3143;hb=6eab84796a5c5add818e79610e2ce63bd2196637;hpb=bb24d01a481970e4327cc9817a4243cf958af764 diff --git a/posix/Makefile b/posix/Makefile index 3458d47d218..99e48e16668 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.1 2002/04/10 21:30:20 ea Exp $ +# $Id: Makefile,v 1.2 2002/06/08 16:28:02 ea Exp $ # # ReactOS POSIX+ Personality # -PATH_TO_TOP=../.. +PATH_TO_TOP=../reactos CFLAGS=-Iinclude @@ -12,7 +12,7 @@ all: lib/crt0w32.o make -C lib/psxdll make -C lib/psxx make -C apps/baresh - make -C apps/csrterm + make -C apps/posixw32 lib/crt0w32.o: lib/crt0w32.c