diff --git a/programs/wineboot/Makefile.in b/programs/wineboot/Makefile.in
index 8d69026c34074d1225cc150d2cf7456f44cfe947..a9db5820f9735587b0a51652e99fb2b705a9f400 100644
--- a/programs/wineboot/Makefile.in
+++ b/programs/wineboot/Makefile.in
@@ -4,7 +4,8 @@ SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = wineboot.exe
 APPMODE   = -mconsole
-IMPORTS   = shell32 shlwapi version user32 advapi32 kernel32 ntdll
+IMPORTS   = advapi32 kernel32 ntdll
+DELAYIMPORTS = shell32 shlwapi version user32
 EXTRALIBS = -luuid
 
 C_SRCS = \