Fixed dependencies. Now ntdll.dll depends on ntdll.def too.

svn path=/trunk/; revision=422
This commit is contained in:
Eric Kohl 1999-04-29 19:55:00 +00:00
parent 241b23c24d
commit 278a6c540b

View file

@ -44,7 +44,7 @@ ntdll.coff: ntdll.rc ../../include/reactos/resource.h
ntdll.a: $(OBJECTS)
$(AR) csr ntdll.a $(OBJECTS)
ntdll.dll: $(DLLMAIN) $(OBJECTS)
ntdll.dll: $(DLLMAIN) $(OBJECTS) def/ntdll.def
$(LD) -r $(DLLMAIN) $(OBJECTS) -o ntdll.o
$(DLLTOOL) --dllname ntdll.dll --def def/ntdll.def \
--output-lib ntdll.a --add-stdcall-alias \