diff options
author | marha <marha@users.sourceforge.net> | 2012-08-22 10:58:15 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-08-22 10:58:15 +0200 |
commit | d586cc4fff8a7d4483dba44ed6d3c37b362c1886 (patch) | |
tree | becf1df57c927fb369a00261d7e15cf711e3ea1c | |
parent | 9ce028f54f7b9c75521c34c45c3a2f9b9b39c9a2 (diff) | |
download | vcxsrv-d586cc4fff8a7d4483dba44ed6d3c37b362c1886.tar.gz vcxsrv-d586cc4fff8a7d4483dba44ed6d3c37b362c1886.tar.bz2 vcxsrv-d586cc4fff8a7d4483dba44ed6d3c37b362c1886.zip |
Solved building problem when compiling from clean tree
-rw-r--r-- | libX11/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libX11/makefile b/libX11/makefile index 4e6cd403a..3f0ad6c62 100644 --- a/libX11/makefile +++ b/libX11/makefile @@ -26,4 +26,4 @@ endif load_makefile nls\makefile MAKESERVER=0 DEBUG=0
-$(OBJDIR)\libX11.lib : nls\all
+$(OBJDIR)\libX11.lib : $(OBJDIR) nls\all
|