Fixed dependencies. Now ntdll.dll depends on ntdll.def too.
authorEric Kohl <eric.kohl@reactos.org>
Thu, 29 Apr 1999 19:55:00 +0000 (19:55 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Thu, 29 Apr 1999 19:55:00 +0000 (19:55 +0000)
svn path=/trunk/; revision=422

reactos/lib/ntdll/makefile

index c345053..e12bbf1 100644 (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 \