diff options
-rw-r--r-- | libX11/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libX11/makefile b/libX11/makefile index 35aab0f31..4e6cd403a 100644 --- a/libX11/makefile +++ b/libX11/makefile @@ -26,4 +26,4 @@ endif load_makefile nls\makefile MAKESERVER=0 DEBUG=0
-all : nls\all
+$(OBJDIR)\libX11.lib : nls\all
|