We no longer need a special case for the ntdll import library.

diff --git a/dlls/make_dlls b/dlls/make_dlls
index 5b2df4a..2c0eb88 100755
--- a/dlls/make_dlls
+++ b/dlls/make_dlls
@@ -248,7 +248,7 @@
 print NEWMAKE "\n# Import libraries\n\n";
 print NEWMAKE "STATIC_IMPLIBEXT = \$(IMPLIBEXT:def=def.a)\n\n";
 
-my @lib_symlinks = ("ntdll.dll");
+my @lib_symlinks = ();
 foreach my $mod (sort keys %importlibs)
 {
     my $dir = $directories{$mod};